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

Unified Diff: tool/input_sdk/lib/async/future.dart

Issue 1994473002: Misc doc-only updates, rerun build_sdk. (Closed) Base URL: https://github.com/dart-lang/dev_compiler@master
Patch Set: Created 4 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 | « lib/runtime/dart_sdk.js ('k') | tool/input_sdk/lib/async/stream.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/input_sdk/lib/async/future.dart
diff --git a/tool/input_sdk/lib/async/future.dart b/tool/input_sdk/lib/async/future.dart
index 418b2eccb97059b24cebdfb9599da7daf116e379..fd14406b0a31531d0591e6f693d93facf715b72c 100644
--- a/tool/input_sdk/lib/async/future.dart
+++ b/tool/input_sdk/lib/async/future.dart
@@ -459,7 +459,7 @@ abstract class Future<T> {
*
* If `test` is omitted, it defaults to a function that always returns true.
* The `test` function should not throw, but if it does, it is handled as
- * if the the `onError` function had thrown.
+ * if the `onError` function had thrown.
*
* Example:
*
« no previous file with comments | « lib/runtime/dart_sdk.js ('k') | tool/input_sdk/lib/async/stream.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698