diff options
| -rw-r--r-- | src/librustc_unicode/char.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_unicode/char.rs b/src/librustc_unicode/char.rs index a8bee00f4a9..946a833b3f8 100644 --- a/src/librustc_unicode/char.rs +++ b/src/librustc_unicode/char.rs @@ -486,7 +486,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] |
