Skip to content

Commit 0e93a38

Browse files
authored
Fix word omission (#2071)
1 parent 1bd4349 commit 0e93a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/flow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ Now if we have a flow of three integers and call `requestFlow` for each of them
11101110

11111111
Then we end up with a flow of flows (`Flow<Flow<String>>`) that needs to be _flattened_ into a single flow for
11121112
further processing. Collections and sequences have [flatten][Sequence.flatten] and [flatMap][Sequence.flatMap]
1113-
operators for this. However, due the asynchronous nature of flows they call for different _modes_ of flattening,
1113+
operators for this. However, due to the asynchronous nature of flows they call for different _modes_ of flattening,
11141114
as such, there is a family of flattening operators on flows.
11151115

11161116
#### flatMapConcat

0 commit comments

Comments
 (0)