diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-06-11 12:50:53 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-06-11 12:50:53 +0530 |
| commit | cf3e79d558f3c482348bb83263d4ac68d7172cd7 (patch) | |
| tree | de1691fb75c2877a36653814d647edceb8d90f7f | |
| parent | 95407cc627bfd2c0cda7c41a1d8dba301b215bca (diff) | |
| parent | fa0de66dfe7058bad6376b93ffffb682050d8805 (diff) | |
| download | rust-cf3e79d558f3c482348bb83263d4ac68d7172cd7.tar.gz rust-cf3e79d558f3c482348bb83263d4ac68d7172cd7.zip | |
Rollup merge of #26195 - tshepang:patch-1, r=alexcrichton
| -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] |
