doc: typo fix

This commit is contained in:
Tshepang Lekhonkhobe 2015-06-11 00:19:45 +02:00
parent ae8a3c92a7
commit fa0de66dfe

View file

@ -479,7 +479,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]