| Index: sdk/lib/async/future.dart
|
| diff --git a/sdk/lib/async/future.dart b/sdk/lib/async/future.dart
|
| index 23bf5310693416fd9a679be7a1eeab2de1b2a141..0ca0e924ba3e189e199af8bc8c98db4e39d4d1e4 100644
|
| --- a/sdk/lib/async/future.dart
|
| +++ b/sdk/lib/async/future.dart
|
| @@ -459,7 +459,7 @@ abstract class Future<T> {
|
| *
|
| * If `test` is omitted, it defaults to a function that always returns true.
|
| * The `test` function should not throw, but if it does, it is handled as
|
| - * if the the `onError` function had thrown.
|
| + * if the `onError` function had thrown.
|
| *
|
| * Example:
|
| *
|
|
|