Skip to content

Commit 188299e

Browse files
committed
char::to_uppercase doc typo: use the 'an' article.
1 parent 53b7095 commit 188299e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd_unicode/char.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ impl char {
842842
/// Returns an iterator that yields the uppercase equivalent of a `char`
843843
/// as one or more `char`s.
844844
///
845-
/// If a character does not have a uppercase equivalent, the same character
845+
/// If a character does not have an uppercase equivalent, the same character
846846
/// will be returned back by the iterator.
847847
///
848848
/// This performs complex unconditional mappings with no tailoring: it maps

0 commit comments

Comments
 (0)