| Index: packages/collection/lib/equality.dart
|
| diff --git a/packages/collection/lib/equality.dart b/packages/collection/lib/equality.dart
|
| index c6fdafa030756cc6cba2f31103daa436921e2e0f..5911863f75e11332a7303e96688786273e66ec9d 100644
|
| --- a/packages/collection/lib/equality.dart
|
| +++ b/packages/collection/lib/equality.dart
|
| @@ -357,7 +357,7 @@ class MultiEquality<E> implements Equality<E> {
|
| *
|
| * In ordered mode, lists and iterables are required to have equal elements
|
| * in the same order. In unordered mode, the order of elements in iterables
|
| - * and lists are not importan.
|
| + * and lists are not important.
|
| *
|
| * A list is only equal to another list, likewise for sets and maps. All other
|
| * iterables are compared as iterables only.
|
|
|