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 @@ -3965,7 +3965,7 @@ impl str {
3965
3965
me. make_ascii_lowercase ( )
3966
3966
}
3967
3967
3968
- /// Return an iterator that escapes each char in `s ` with [`char::escape_debug`].
3968
+ /// Return an iterator that escapes each char in `self ` with [`char::escape_debug`].
3969
3969
///
3970
3970
/// Note: only extended grapheme codepoints that begin the string will be
3971
3971
/// escaped.
@@ -4013,7 +4013,7 @@ impl str {
4013
4013
}
4014
4014
}
4015
4015
4016
- /// Return an iterator that escapes each char in `s ` with [`char::escape_default`].
4016
+ /// Return an iterator that escapes each char in `self ` with [`char::escape_default`].
4017
4017
///
4018
4018
/// [`char::escape_default`]: ../std/primitive.char.html#method.escape_default
4019
4019
///
@@ -4051,7 +4051,7 @@ impl str {
4051
4051
EscapeDefault { inner : self . chars ( ) . flat_map ( CharEscapeDefault ) }
4052
4052
}
4053
4053
4054
- /// Return an iterator that escapes each char in `s ` with [`char::escape_unicode`].
4054
+ /// Return an iterator that escapes each char in `self ` with [`char::escape_unicode`].
4055
4055
///
4056
4056
/// [`char::escape_unicode`]: ../std/primitive.char.html#method.escape_unicode
4057
4057
///
You can’t perform that action at this time.
0 commit comments