Auto merge of #47079 - varkor:contrib-11, r=Mark-Simulacrum
Fix doc typo for is_ascii_graphic Fixes #47067.
This commit is contained in:
commit
a18dea908c
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ pub trait AsciiExt {
|
||||||
/// Checks if the value is an ASCII graphic character:
|
/// Checks if the value is an ASCII graphic character:
|
||||||
/// U+0021 '@' ... U+007E '~'.
|
/// U+0021 '@' ... U+007E '~'.
|
||||||
/// For strings, true if all characters in the string are
|
/// For strings, true if all characters in the string are
|
||||||
/// ASCII punctuation.
|
/// ASCII graphic characters.
|
||||||
///
|
///
|
||||||
/// # Note
|
/// # Note
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue