about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2015-06-11 00:19:45 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2015-06-11 00:19:45 +0200
commitfa0de66dfe7058bad6376b93ffffb682050d8805 (patch)
tree4c1f8ed822782ec5f30eab17b593a8cf179431b9
parentae8a3c92a77e9295a764fc98998245aa1e0336b1 (diff)
downloadrust-fa0de66dfe7058bad6376b93ffffb682050d8805.tar.gz
rust-fa0de66dfe7058bad6376b93ffffb682050d8805.zip
doc: typo fix
-rw-r--r--src/librustc_unicode/char.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_unicode/char.rs b/src/librustc_unicode/char.rs
index 5b1300b18b6..17b2857bfc2 100644
--- a/src/librustc_unicode/char.rs
+++ b/src/librustc_unicode/char.rs
@@ -479,7 +479,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]