diff options
| author | Corey Farwell <coreyf@rwell.org> | 2015-04-30 21:38:01 -0400 |
|---|---|---|
| committer | Corey Farwell <coreyf@rwell.org> | 2015-04-30 21:38:01 -0400 |
| commit | 554da45762ff11def1d7ef85c68d4ed86550aa40 (patch) | |
| tree | e215ed1f9636ebf415a60150f8c6dd39de363c18 /src/librustc_unicode | |
| parent | 8a60e5667fa77c4a7a4e13bf7ab4ad6f1d033ca9 (diff) | |
Replaces instanced of 'an UTF' with 'a UTF'
Even spelled out, one would say 'a Universal Character Set'
Diffstat (limited to 'src/librustc_unicode')
| -rw-r--r-- | src/librustc_unicode/u_str.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_unicode/u_str.rs b/src/librustc_unicode/u_str.rs index 898844e3bf1..f4c85f18a7e 100644 --- a/src/librustc_unicode/u_str.rs +++ b/src/librustc_unicode/u_str.rs @@ -525,7 +525,7 @@ pub struct Utf16Encoder<I> { } impl<I> Utf16Encoder<I> { - /// Create an UTF-16 encoder from any `char` iterator. + /// Create a UTF-16 encoder from any `char` iterator. pub fn new(chars: I) -> Utf16Encoder<I> where I: Iterator<Item=char> { Utf16Encoder { chars: chars, extra: 0 } } |
