| Index: runtime/lib/array_patch.dart
|
| diff --git a/runtime/lib/array_patch.dart b/runtime/lib/array_patch.dart
|
| index 1e48eccfeef3f81bdba53a6c11efe14a17f6801b..b84904b16b378a365bf39f381310912db9d01a43 100644
|
| --- a/runtime/lib/array_patch.dart
|
| +++ b/runtime/lib/array_patch.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -// Note that optimizing compiler depends on the algorithm which
|
| +// Note that the optimizing compiler depends on the algorithm which
|
| // returns a _GrowableObjectArray if length is null, otherwise returns
|
| // fixed size array.
|
| patch class ListImplementation<E> {
|
|
|