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

Unified Diff: corelib/src/future.dart

Issue 9548002: futures: fix typo in comment (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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: 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);
}
« 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