| Index: runtime/lib/string_patch.dart
|
| diff --git a/runtime/lib/string_patch.dart b/runtime/lib/string_patch.dart
|
| index 7fad31b0452cbf1fa99a4f4583178a53280f33a9..db078eeb91779e06a6829a90a60582d5b6c6576c 100644
|
| --- a/runtime/lib/string_patch.dart
|
| +++ b/runtime/lib/string_patch.dart
|
| @@ -101,7 +101,7 @@ abstract class _StringBase {
|
| * Create the most efficient string representation for specified
|
| * [charCodes].
|
| *
|
| - * Only uses the character codes betwen index [start] and index [end] of
|
| + * Only uses the character codes between index [start] and index [end] of
|
| * `charCodes`. They must satisfy `0 <= start <= end <= charCodes.length`.
|
| *
|
| * The [limit] is an upper limit on the character codes in the iterable.
|
|
|