Skip to content

Commit fa0de66

Browse files
committed
doc: typo fix
1 parent ae8a3c9 commit fa0de66

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
@@ -479,7 +479,7 @@ impl char {
479479
/// # Return value
480480
///
481481
/// Returns an iterator which yields the characters corresponding to the
482-
/// lowercase equivalent of the character. If no conversion is possible then
482+
/// titlecase equivalent of the character. If no conversion is possible then
483483
/// an iterator with just the input character is returned.
484484
#[unstable(feature = "unicode", reason = "recently added")]
485485
#[inline]

0 commit comments

Comments
 (0)