| Index: corelib/src/future.dart
|
| diff --git a/corelib/src/future.dart b/corelib/src/future.dart
|
| index 36f9378fe1bf3b45fed628d523f961121c16fd95..4058ec330cb5f365fd54aa56bb0015accdf5cd85 100644
|
| --- a/corelib/src/future.dart
|
| +++ b/corelib/src/future.dart
|
| @@ -28,6 +28,8 @@
|
| * 4. if the future failed, and at least one handler was registered with
|
| * [then], and no handler registered with [handleException] returned
|
| * [:true:], then the exception is thrown.
|
| + *
|
| + * Use a [Completer] to create and change the state of a [Future].
|
| */
|
| interface Future<T> default FutureImpl<T> {
|
|
|
|
|