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

Unified Diff: lib/src/cancelable_operation.dart

Issue 1415393004: Mention CancelableCompleter in the CHANGELOG. (Closed) Base URL: git@github.com:dart-lang/async.git@master
Patch Set: Created 5 years, 1 month 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 | « CHANGELOG.md ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/cancelable_operation.dart
diff --git a/lib/src/cancelable_operation.dart b/lib/src/cancelable_operation.dart
index a7fe6a87368c630ef1e42c9422af901353853443..89889a3e43d3a539b398df0b8113789421577d94 100644
--- a/lib/src/cancelable_operation.dart
+++ b/lib/src/cancelable_operation.dart
@@ -8,7 +8,7 @@ import 'dart:async';
import 'package:async/async.dart';
-/// An asynchronuos operation that can be cancelled.
+/// An asynchronous operation that can be cancelled.
///
/// The value of this operation is exposed as [value]. When this operation is
/// cancelled, [value] won't complete either successfully or with an error. If
« no previous file with comments | « CHANGELOG.md ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698