Index: lib/result.dart |
diff --git a/lib/result.dart b/lib/result.dart |
index db04ae7181ba226eff30e05e164bfbf357279a55..c734a37a5b24632725973988f8a97456f9d0bb77 100644 |
--- a/lib/result.dart |
+++ b/lib/result.dart |
@@ -97,7 +97,7 @@ abstract class Result<T> { |
* Release a stream of [result] values into a stream of the results. |
* |
* `Result` values of the source stream become value or error events in |
- * the retuned stream as appropriate. |
+ * the returned stream as appropriate. |
* Errors from the source stream become errors in the returned stream. |
* |
* Shorthand for transforming the stream using [ReleaseStreamTransformer]. |