Skip to content

Commit d5dddb4

Browse files
committed
Rollup merge of rust-lang#31582 - tshepang:missing-words, r=steveklabnik
2 parents 1598995 + 583f638 commit d5dddb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/ascii.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub trait AsciiExt {
4545
#[stable(feature = "rust1", since = "1.0.0")]
4646
type Owned;
4747

48-
/// Checks if within the ASCII range.
48+
/// Checks if the value is within the ASCII range.
4949
///
5050
/// # Examples
5151
///

0 commit comments

Comments
 (0)