Auto merge of #27853 - seckar:master, r=steveklabnik

This commit is contained in:
bors 2015-08-16 06:53:43 +00:00
commit bef7d90a3b

View file

@ -476,7 +476,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].
///