We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c67bd commit 53b7095Copy full SHA for 53b7095
src/libstd_unicode/char.rs
@@ -846,7 +846,7 @@ impl char {
846
/// will be returned back by the iterator.
847
///
848
/// This performs complex unconditional mappings with no tailoring: it maps
849
- /// one Unicode character to its lowercase equivalent according to the
+ /// one Unicode character to its uppercase equivalent according to the
850
/// [Unicode database] and the additional complex mappings
851
/// [`SpecialCasing.txt`]. Conditional mappings (based on context or
852
/// language) are not considered here.
0 commit comments