Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: lib/core/future.dart

Issue 10910248: fix doc for future, thanks to matt butler (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/core/future.dart
diff --git a/lib/core/future.dart b/lib/core/future.dart
index 255b67802b03f80f514545a1841773aa1841dfe7..148620295e1fb087f5d48e5aee7c1dbd6917cf7f 100644
--- a/lib/core/future.dart
+++ b/lib/core/future.dart
@@ -70,7 +70,7 @@ interface Future<T> default FutureImpl<T> {
void onComplete(void complete(Future<T> future));
/**
- * If this future is complete and has a value, then [onValue] is called
+ * If this future is complete and has a value, then [onSuccess] is called
* with the value.
*/
void then(void onSuccess(T value));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698