Skip to content

Commit 30cc0a5

Browse files
committed
Fix more “a”/“an” typos
1 parent 766db32 commit 30cc0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/char/methods.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ impl char {
958958
/// Returns an iterator that yields the uppercase mapping of this `char` as one or more
959959
/// `char`s.
960960
///
961-
/// If this `char` does not have a uppercase mapping, the iterator yields the same `char`.
961+
/// If this `char` does not have an uppercase mapping, the iterator yields the same `char`.
962962
///
963963
/// If this `char` has a one-to-one uppercase mapping given by the [Unicode Character
964964
/// Database][ucd] [`UnicodeData.txt`], the iterator yields that `char`.

0 commit comments

Comments
 (0)