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 |