Skip to content

Commit bef7d90

Browse files
committed
Auto merge of #27853 - seckar:master, r=steveklabnik
2 parents 9165a4e + ab45e51 commit bef7d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_unicode/char.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ impl char {
476476
/// it maps one Unicode character to its uppercase equivalent
477477
/// according to the Unicode database [1]
478478
/// and the additional complex mappings [`SpecialCasing.txt`].
479-
/// Conditional mappings (based on context or language) are not considerd here.
479+
/// Conditional mappings (based on context or language) are not considered here.
480480
///
481481
/// A full reference can be found here [2].
482482
///

0 commit comments

Comments
 (0)