Rollup merge of #31582 - tshepang:missing-words, r=steveklabnik

This commit is contained in:
Manish Goregaokar 2016-02-14 03:59:09 +05:30
commit d5dddb4acd

View file

@ -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
///