| Index: packages/collection/lib/wrappers.dart
|
| diff --git a/packages/collection/lib/wrappers.dart b/packages/collection/lib/wrappers.dart
|
| index 9f8b833887630ebcbc18fb40e9ff4bffb86388c4..30c736edf7e93200c29371089c1eed835d96e224 100644
|
| --- a/packages/collection/lib/wrappers.dart
|
| +++ b/packages/collection/lib/wrappers.dart
|
| @@ -6,8 +6,8 @@
|
| * Delegating wrappers for [Iterable], [List], [Set], [Queue] and [Map].
|
| *
|
| * Also adds unmodifiable views for `Set` and `Map`, and a fixed length
|
| - * view for `List`. The unmodifable list view from `dart:collection` is exported
|
| - * as well, just for completeness.
|
| + * view for `List`. The unmodifiable list view from `dart:collection` is
|
| + * exported as well, just for completeness.
|
| */
|
| library dart.pkg.collection.wrappers;
|
|
|
|
|