Skip to content

Commit a61c6cc

Browse files
Update typo in flow.md (#2199)
1 parent 807d628 commit a61c6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/flow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ This code prints the numbers after waiting for a second.
153153
#### Flows
154154

155155
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:
157157

158158
<div class="sample" markdown="1" theme="idea" data-min-compiler-version="1.3">
159159

0 commit comments

Comments
 (0)