File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -640,7 +640,7 @@ impl str {
640
640
/// Value, and may not match your idea of what a 'character' is. Iteration
641
641
/// over grapheme clusters may be what you actually want.
642
642
///
643
- /// [`char`]: ../ primitive.char.html
643
+ /// [`char`]: primitive.char.html
644
644
///
645
645
/// # Examples
646
646
///
@@ -1551,7 +1551,7 @@ impl str {
1551
1551
/// The pattern can be a `&str`, [`char`], or a closure that determines
1552
1552
/// if a character matches.
1553
1553
///
1554
- /// [`char`]: primtive .char.html
1554
+ /// [`char`]: primitive .char.html
1555
1555
///
1556
1556
/// # Examples
1557
1557
///
@@ -1643,7 +1643,7 @@ impl str {
1643
1643
///
1644
1644
/// `parse()` can parse any type that implements the [`FromStr`] trait.
1645
1645
///
1646
- /// [`FromStr`]: trait.FromStr.html
1646
+ /// [`FromStr`]: str/ trait.FromStr.html
1647
1647
///
1648
1648
/// # Failure
1649
1649
///
You can’t perform that action at this time.
0 commit comments