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.
2 parents 95407cc + fa0de66 commit cf3e79dCopy full SHA for cf3e79d
src/librustc_unicode/char.rs
@@ -486,7 +486,7 @@ impl char {
486
/// # Return value
487
///
488
/// Returns an iterator which yields the characters corresponding to the
489
- /// lowercase equivalent of the character. If no conversion is possible then
+ /// titlecase equivalent of the character. If no conversion is possible then
490
/// an iterator with just the input character is returned.
491
#[unstable(feature = "unicode", reason = "recently added")]
492
#[inline]
0 commit comments