We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8a3c9 commit fa0de66Copy full SHA for fa0de66
src/librustc_unicode/char.rs
@@ -479,7 +479,7 @@ impl char {
479
/// # Return value
480
///
481
/// Returns an iterator which yields the characters corresponding to the
482
- /// lowercase equivalent of the character. If no conversion is possible then
+ /// titlecase equivalent of the character. If no conversion is possible then
483
/// an iterator with just the input character is returned.
484
#[unstable(feature = "unicode", reason = "recently added")]
485
#[inline]
0 commit comments