| Index: tool/input_sdk/lib/async/future.dart
|
| diff --git a/tool/input_sdk/lib/async/future.dart b/tool/input_sdk/lib/async/future.dart
|
| index 418b2eccb97059b24cebdfb9599da7daf116e379..fd14406b0a31531d0591e6f693d93facf715b72c 100644
|
| --- a/tool/input_sdk/lib/async/future.dart
|
| +++ b/tool/input_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:
|
| *
|
|
|