| Index: sdk/lib/collection/collections.dart
|
| ===================================================================
|
| --- sdk/lib/collection/collections.dart (revision 19035)
|
| +++ sdk/lib/collection/collections.dart (working copy)
|
| @@ -115,7 +115,7 @@
|
| * Removes elements matching [test] from [list].
|
| *
|
| * This is performed in two steps, to avoid exposing an inconsistent state
|
| - * to the [test] function. First the elements to ratain are found, and then
|
| + * to the [test] function. First the elements to retain are found, and then
|
| * the original list is updated to contain those elements.
|
| */
|
| static void removeMatchingList(List list, bool test(var element)) {
|
|
|