Skip to content

Commit ab45e51

Browse files
committed
Fix typo in doc string.
1 parent f05b22e commit ab45e51

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
@@ -472,7 +472,7 @@ impl char {
472472
/// it maps one Unicode character to its uppercase equivalent
473473
/// according to the Unicode database [1]
474474
/// and the additional complex mappings [`SpecialCasing.txt`].
475-
/// Conditional mappings (based on context or language) are not considerd here.
475+
/// Conditional mappings (based on context or language) are not considered here.
476476
///
477477
/// A full reference can be found here [2].
478478
///

0 commit comments

Comments
 (0)