| Index: sdk/lib/core/map.dart
|
| diff --git a/sdk/lib/core/map.dart b/sdk/lib/core/map.dart
|
| index 4f7fcf8220816a8d6e04e6935d2c2450493f91df..ac4581f7c004779f8a5592110a3a52f158ca4156 100644
|
| --- a/sdk/lib/core/map.dart
|
| +++ b/sdk/lib/core/map.dart
|
| @@ -244,7 +244,7 @@ abstract class Map<K, V> {
|
| * The values of [this].
|
| *
|
| * The values are iterated in the order of their corresponding keys.
|
| - * This means that iterating [keys] and [values] in parrallel will
|
| + * This means that iterating [keys] and [values] in parallel will
|
| * provided matching pairs of keys and values.
|
| *
|
| * The returned iterable has an efficient `length` method based on the
|
|
|