| Index: sdk/lib/core/list.dart
|
| diff --git a/sdk/lib/core/list.dart b/sdk/lib/core/list.dart
|
| index d311785a231d371c5e289352c9bd6a78c3118a3f..3c27d04e1ab7c00c51d7a26fea58eff7e1fd55f4 100644
|
| --- a/sdk/lib/core/list.dart
|
| +++ b/sdk/lib/core/list.dart
|
| @@ -192,7 +192,7 @@ abstract class List<E> implements Iterable<E> {
|
| * Removes all objects from this list;
|
| * the length of the list becomes zero.
|
| *
|
| - * Throws an [UnsupportedError], and retains all objects, if this
|
| + * Throws an [UnsupportedError], and retains all objects, if this
|
| * is a fixed-length list.
|
| */
|
| void clear();
|
|
|