We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91ff1c commit 583f638Copy full SHA for 583f638
src/libstd/ascii.rs
@@ -45,7 +45,7 @@ pub trait AsciiExt {
45
#[stable(feature = "rust1", since = "1.0.0")]
46
type Owned;
47
48
- /// Checks if within the ASCII range.
+ /// Checks if the value is within the ASCII range.
49
///
50
/// # Examples
51
0 commit comments