]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo in doc string.
authorNicholas Seckar <nseckar@gmail.com>
Sun, 16 Aug 2015 03:17:52 +0000 (20:17 -0700)
committerNicholas Seckar <nseckar@gmail.com>
Sun, 16 Aug 2015 03:17:52 +0000 (20:17 -0700)
src/librustc_unicode/char.rs

index eceb7fdfc7be56b0f034e174bd8bfc869cf51208..67250e7b91e5f00120102bd91ad28770c9f44880 100644 (file)
@@ -472,7 +472,7 @@ pub fn to_lowercase(self) -> ToLowercase {
     /// it maps one Unicode character to its uppercase equivalent
     /// according to the Unicode database [1]
     /// and the additional complex mappings [`SpecialCasing.txt`].
-    /// Conditional mappings (based on context or language) are not considerd here.
+    /// Conditional mappings (based on context or language) are not considered here.
     ///
     /// A full reference can be found here [2].
     ///