diff options
| author | Colin Wallace <wallacoloo@gmail.com> | 2017-03-25 15:58:35 -0700 |
|---|---|---|
| committer | Colin Wallace <wallacoloo@gmail.com> | 2017-03-25 15:58:35 -0700 |
| commit | 188299e04a0c065f7b8f536e40d0a8826b1ae833 (patch) | |
| tree | e368f86086e7c4e3dc2a95038ddf87720942f069 /src/libstd_unicode | |
| parent | 53b70953c3e628794debf38acfad90f21bc74a7e (diff) | |
| download | rust-188299e04a0c065f7b8f536e40d0a8826b1ae833.tar.gz rust-188299e04a0c065f7b8f536e40d0a8826b1ae833.zip | |
char::to_uppercase doc typo: use the 'an' article.
Diffstat (limited to 'src/libstd_unicode')
| -rw-r--r-- | src/libstd_unicode/char.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd_unicode/char.rs b/src/libstd_unicode/char.rs index e612be52e77..92e5369758b 100644 --- a/src/libstd_unicode/char.rs +++ b/src/libstd_unicode/char.rs @@ -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 |
