File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2892,7 +2892,7 @@ impl u8 {
2892
2892
}
2893
2893
2894
2894
/// Checks if the value is an ASCII graphic character:
2895
- /// U+0021 '@ ' ... U+007E '~'.
2895
+ /// U+0021 '! ' ... U+007E '~'.
2896
2896
///
2897
2897
/// # Examples
2898
2898
///
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ pub trait AsciiExt {
245
245
fn is_ascii_punctuation ( & self ) -> bool { unimplemented ! ( ) ; }
246
246
247
247
/// Checks if the value is an ASCII graphic character:
248
- /// U+0021 '@ ' ... U+007E '~'.
248
+ /// U+0021 '! ' ... U+007E '~'.
249
249
/// For strings, true if all characters in the string are
250
250
/// ASCII graphic characters.
251
251
///
Original file line number Diff line number Diff line change @@ -1332,7 +1332,7 @@ impl char {
1332
1332
}
1333
1333
1334
1334
/// Checks if the value is an ASCII graphic character:
1335
- /// U+0021 '@ ' ... U+007E '~'.
1335
+ /// U+0021 '! ' ... U+007E '~'.
1336
1336
///
1337
1337
/// # Examples
1338
1338
///
You can’t perform that action at this time.
0 commit comments