| Index: corelib/src/future.dart
|
| diff --git a/corelib/src/future.dart b/corelib/src/future.dart
|
| index 192e6404743894bc5b54d9e26ddf188132d302b8..57d4bf85a865b6a44beaefef46afbba4d0efa3bf 100644
|
| --- a/corelib/src/future.dart
|
| +++ b/corelib/src/future.dart
|
| @@ -130,7 +130,7 @@ interface Completer<T> default CompleterImpl<T> {
|
|
|
| /**
|
| * Indicate in [future] that an exception occured while trying to produce its
|
| - * value. The argument [exception] argument should not be [:null:].
|
| + * value. The argument [exception] should not be [:null:].
|
| */
|
| void completeException(Object exception);
|
| }
|
|
|