| Index: sdk/lib/core/map.dart
|
| diff --git a/sdk/lib/core/map.dart b/sdk/lib/core/map.dart
|
| index fc29d64b042c06040573b10cce419948c575794e..db6d7bce47ce4cbeada9e8b897fe7b9ed1bc9993 100644
|
| --- a/sdk/lib/core/map.dart
|
| +++ b/sdk/lib/core/map.dart
|
| @@ -16,7 +16,7 @@ part of dart.core;
|
| *
|
| * * The plain [HashMap] is unordered (no order is guaranteed),
|
| * * the [LinkedHashMap] iterates in key insertion order,
|
| - * * and a sorted my like [SplayTreeMap] iterates the keys in sorted order.
|
| + * * and a sorted map like [SplayTreeMap] iterates the keys in sorted order.
|
| *
|
| * It is generally not allowed to modify the map (add or remove keys) while
|
| * an operation is being performed on the map, for example in functions called
|
|
|