Skip to content

Commit

Permalink
Rollup merge of rust-lang#31582 - tshepang:missing-words, r=steveklabnik
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Feb 13, 2016
2 parents 5e96da3 + 583f638 commit f76e988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/ascii.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down

0 comments on commit f76e988

Please sign in to comment.