You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/flow.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ This code prints the numbers after waiting for a second.
153
153
#### Flows
154
154
155
155
Using the `List<Int>` result type, means we can only return all the values at once. To represent
156
-
the stream of values that are being asynchronously computed, we can use a [`Flow<Int>`][Flow] type just like we would the `Sequence<Int>` type for synchronously computed values:
156
+
the stream of values that are being asynchronously computed, we can use a [`Flow<Int>`][Flow] type just like we would use the `Sequence<Int>` type for synchronously computed values:
0 commit comments