Skip to content

Commit

Permalink
char::to_uppercase doc typo: use the 'an' article.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wallacoloo committed Mar 25, 2017
1 parent 53b7095 commit 188299e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd_unicode/char.rs
Expand Up @@ -842,7 +842,7 @@ impl char {
/// Returns an iterator that yields the uppercase equivalent of a `char`
/// as one or more `char`s.
///
/// If a character does not have a uppercase equivalent, the same character
/// If a character does not have an uppercase equivalent, the same character
/// will be returned back by the iterator.
///
/// This performs complex unconditional mappings with no tailoring: it maps
Expand Down

0 comments on commit 188299e

Please sign in to comment.