Skip to content

Commit a18dea9

Browse files
committed
Auto merge of #47079 - varkor:contrib-11, r=Mark-Simulacrum
Fix doc typo for is_ascii_graphic Fixes #47067.
2 parents 2d74ce2 + e154e33 commit a18dea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/ascii.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ pub trait AsciiExt {
247247
/// Checks if the value is an ASCII graphic character:
248248
/// U+0021 '@' ... U+007E '~'.
249249
/// For strings, true if all characters in the string are
250-
/// ASCII punctuation.
250+
/// ASCII graphic characters.
251251
///
252252
/// # Note
253253
///

0 commit comments

Comments
 (0)