From ab45e51afa6cfc437841434d1b40790511a75afb Mon Sep 17 00:00:00 2001 From: Nicholas Seckar Date: Sat, 15 Aug 2015 20:17:52 -0700 Subject: [PATCH] Fix typo in doc string. --- src/librustc_unicode/char.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_unicode/char.rs b/src/librustc_unicode/char.rs index eceb7fdfc7b..67250e7b91e 100644 --- a/src/librustc_unicode/char.rs +++ b/src/librustc_unicode/char.rs @@ -472,7 +472,7 @@ impl char { /// 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]. ///