Skip to content

Commit cf3e79d

Browse files
committed
Rollup merge of rust-lang#26195 - tshepang:patch-1, r=alexcrichton
2 parents 95407cc + fa0de66 commit cf3e79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_unicode/char.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ impl char {
486486
/// # Return value
487487
///
488488
/// Returns an iterator which yields the characters corresponding to the
489-
/// lowercase equivalent of the character. If no conversion is possible then
489+
/// titlecase equivalent of the character. If no conversion is possible then
490490
/// an iterator with just the input character is returned.
491491
#[unstable(feature = "unicode", reason = "recently added")]
492492
#[inline]

0 commit comments

Comments
 (0)