doc: add missing words

This commit is contained in:
Tshepang Lekhonkhobe 2016-02-11 22:59:34 +02:00
parent a91ff1c9d1
commit 583f638a73

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