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 766db32 commit 30cc0a5Copy full SHA for 30cc0a5
core/src/char/methods.rs
@@ -958,7 +958,7 @@ impl char {
958
/// Returns an iterator that yields the uppercase mapping of this `char` as one or more
959
/// `char`s.
960
///
961
- /// If this `char` does not have a uppercase mapping, the iterator yields the same `char`.
+ /// If this `char` does not have an uppercase mapping, the iterator yields the same `char`.
962
963
/// If this `char` has a one-to-one uppercase mapping given by the [Unicode Character
964
/// Database][ucd] [`UnicodeData.txt`], the iterator yields that `char`.
0 commit comments