Skip to content

Commit

Permalink
Auto merge of rust-lang#27853 - seckar:master, r=steveklabnik
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Aug 16, 2015
2 parents 9165a4e + ab45e51 commit bef7d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_unicode/char.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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].
///
Expand Down

0 comments on commit bef7d90

Please sign in to comment.