We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b7095 commit 188299eCopy full SHA for 188299e
src/libstd_unicode/char.rs
@@ -842,7 +842,7 @@ impl char {
842
/// Returns an iterator that yields the uppercase equivalent of a `char`
843
/// as one or more `char`s.
844
///
845
- /// If a character does not have a uppercase equivalent, the same character
+ /// If a character does not have an uppercase equivalent, the same character
846
/// will be returned back by the iterator.
847
848
/// This performs complex unconditional mappings with no tailoring: it maps
0 commit comments