Index: sdk/lib/async/future.dart |
diff --git a/sdk/lib/async/future.dart b/sdk/lib/async/future.dart |
index e0e06174f4043ade4d72fc30ba945fc492e9f30a..b4d9c243393cb33fd47e1be15d4f25e71c8961fe 100644 |
--- a/sdk/lib/async/future.dart |
+++ b/sdk/lib/async/future.dart |
@@ -433,7 +433,7 @@ abstract class Future<T> { |
* with a `test` parameter, instead of handling both value and error in a |
* single [then] call. |
*/ |
- Future/*<S>*/ then/*<S>*/(/*=S*/ onValue(T value), { Function onError }); |
+ Future/*<S>*/ then/*<S>*/(onValue(T value), { Function onError }); |
/** |
* Handles errors emitted by this [Future]. |