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

Unified Diff: sdk/lib/async/future.dart

Issue 2905013003: fix doc comments in dart:io and collection types (Closed)
Patch Set: Created 3 years, 7 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 | sdk/lib/collection/iterable.dart » ('j') | sdk/lib/collection/queue.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/async/future.dart
diff --git a/sdk/lib/async/future.dart b/sdk/lib/async/future.dart
index 595489e890f4adb45498f6a66b00b9551ea629ae..8c7d0ce9d99a972f37bc6af7a50bd8deb926d27b 100644
--- a/sdk/lib/async/future.dart
+++ b/sdk/lib/async/future.dart
@@ -308,7 +308,7 @@ abstract class Future<T> {
* non-null result of successful futures.
* This makes it posible to `cleanUp` resources that would otherwise be
* lost (since the returned future does not provide access to these values).
- * The [cleanup] function is unused if there is no error.
+ * The [cleanUp] function is unused if there is no error.
*
* The call to `cleanUp` should not throw. If it does, the error will be an
* uncaught asynchronous error.
« no previous file with comments | « no previous file | sdk/lib/collection/iterable.dart » ('j') | sdk/lib/collection/queue.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698