| Index: sdk/lib/convert/latin1.dart
|
| diff --git a/sdk/lib/convert/latin1.dart b/sdk/lib/convert/latin1.dart
|
| index 6f16ebe084e7904adfbe4514da77acb946eea66e..d4399c808e2e458f329036a89056f53ed5b7da44 100644
|
| --- a/sdk/lib/convert/latin1.dart
|
| +++ b/sdk/lib/convert/latin1.dart
|
| @@ -21,7 +21,7 @@ const Latin1Codec LATIN1 = const Latin1Codec();
|
| const int _LATIN1_MASK = 0xFF;
|
|
|
| /**
|
| - * A [LatinCodec] encodes strings to ISO Latin-1 (aka ISO-8859-1) bytes
|
| + * A [Latin1Codec] encodes strings to ISO Latin-1 (aka ISO-8859-1) bytes
|
| * and decodes Latin-1 bytes to strings.
|
| */
|
| class Latin1Codec extends Encoding {
|
|
|