Rollup merge of #26195 - tshepang:patch-1, r=alexcrichton

This commit is contained in:
Manish Goregaokar 2015-06-11 12:50:53 +05:30
commit cf3e79d558

View file

@ -486,7 +486,7 @@ impl char {
/// # Return value
///
/// Returns an iterator which yields the characters corresponding to the
/// lowercase equivalent of the character. If no conversion is possible then
/// titlecase equivalent of the character. If no conversion is possible then
/// an iterator with just the input character is returned.
#[unstable(feature = "unicode", reason = "recently added")]
#[inline]