| Index: sdk/lib/convert/utf.dart
|
| diff --git a/sdk/lib/convert/utf.dart b/sdk/lib/convert/utf.dart
|
| index 86a34af5abca855774594bf87a4fb577146cd795..387362e658bc26a44bbac87251b1ba8bda067879 100644
|
| --- a/sdk/lib/convert/utf.dart
|
| +++ b/sdk/lib/convert/utf.dart
|
| @@ -51,8 +51,8 @@ class Utf8Codec extends Encoding {
|
| * Decodes the UTF-8 [codeUnits] (a list of unsigned 8-bit integers) to the
|
| * corresponding string.
|
| *
|
| - * If the [codeUnits] start with a leading [UNICODE_BOM_CHARACTER_RUNE] this
|
| - * character is discarded.
|
| + * If the [codeUnits] start with the encoding of a
|
| + * [UNICODE_BOM_CHARACTER_RUNE], that character is discarded.
|
| *
|
| * If [allowMalformed] is `true` the decoder replaces invalid (or
|
| * unterminated) character sequences with the Unicode Replacement character
|
|
|