diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2016-02-14 03:59:09 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2016-02-14 05:06:33 +0530 |
| commit | d5dddb4acd07c441561de312c86072b61e369dbb (patch) | |
| tree | 025154d7a99bf40df9949b79efbd39a5d78778a1 /src/libstd | |
| parent | 1598995766cfd18360f05c2a282ff9f1eb9c73da (diff) | |
| parent | 583f638a733965deb66c0c4db73718a1183a6189 (diff) | |
| download | rust-d5dddb4acd07c441561de312c86072b61e369dbb.tar.gz rust-d5dddb4acd07c441561de312c86072b61e369dbb.zip | |
Rollup merge of #31582 - tshepang:missing-words, r=steveklabnik
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/ascii.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/ascii.rs b/src/libstd/ascii.rs index 38f79079b29..b5c01077a7b 100644 --- a/src/libstd/ascii.rs +++ b/src/libstd/ascii.rs @@ -45,7 +45,7 @@ pub trait AsciiExt { #[stable(feature = "rust1", since = "1.0.0")] type Owned; - /// Checks if within the ASCII range. + /// Checks if the value is within the ASCII range. /// /// # Examples /// |
