| Index: sdk/lib/collection/maps.dart
|
| diff --git a/sdk/lib/collection/maps.dart b/sdk/lib/collection/maps.dart
|
| index d5b86210ad1fa8610fce6da2f5cfcbc6e84ed22a..c928287bd31b9351cddcff3e2566cf716ab59a87 100644
|
| --- a/sdk/lib/collection/maps.dart
|
| +++ b/sdk/lib/collection/maps.dart
|
| @@ -214,8 +214,8 @@ class UnmodifiableMapView<K, V> =
|
|
|
| /**
|
| * Helper class which implements complex [Map] operations
|
| - * in term of basic ones ([Map.keys], [Map.operator []],
|
| - * [Map.operator []=] and [Map.remove].) Not all methods are
|
| + * in term of basic ones ([Map.keys], [Map.[]],
|
| + * [Map.[]=] and [Map.remove].) Not all methods are
|
| * necessary to implement each particular operation.
|
| */
|
| class Maps {
|
|
|