char::to_uppercase doc typo: use the 'an' article.

This commit is contained in:
Colin Wallace 2017-03-25 15:58:35 -07:00
parent 53b70953c3
commit 188299e04a

View file

@ -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