| Index: sdk/lib/async/future.dart
|
| diff --git a/sdk/lib/async/future.dart b/sdk/lib/async/future.dart
|
| index 01e9e88597eb6b5dc518ee3ae61b6f4d08bdbf47..477a36bc34656ce8af152bead1d40a9afbead673 100644
|
| --- a/sdk/lib/async/future.dart
|
| +++ b/sdk/lib/async/future.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -// part of dart.async;
|
| +part of dart.async;
|
|
|
| /**
|
| * A [Future] is used to obtain a value sometime in the future. Receivers of a
|
|
|