Chromium Code Reviews| Index: sdk/lib/core/list.dart |
| =================================================================== |
| --- sdk/lib/core/list.dart (revision 19764) |
| +++ sdk/lib/core/list.dart (working copy) |
| @@ -7,7 +7,7 @@ |
| /** |
| * A [List] is an indexable collection with a length. |
| * |
| - * A `List` implementation can be choose not to support all methods |
| + * A `List` implementation can choose not to support all methods |
| * of the `List` interface. |
| * |
| * The most common list types are: |