about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2016-02-14 03:59:09 +0530
committerManish Goregaokar <manishsmail@gmail.com>2016-02-14 05:06:33 +0530
commitd5dddb4acd07c441561de312c86072b61e369dbb (patch)
tree025154d7a99bf40df9949b79efbd39a5d78778a1 /src/libstd
parent1598995766cfd18360f05c2a282ff9f1eb9c73da (diff)
parent583f638a733965deb66c0c4db73718a1183a6189 (diff)
downloadrust-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.rs2
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
     ///