Skip to content

Commit 095ae43

Browse files
MasoodFallahpoorrecheej
authored andcommitted
Update flow.md (Kotlin#2196)
1 parent 200b4a6 commit 095ae43

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
@@ -50,7 +50,7 @@
5050

5151
## Asynchronous Flow
5252

53-
Suspending functions asynchronously returns a single value, but how can we return
53+
A suspending function asynchronously returns a single value, but how can we return
5454
multiple asynchronously computed values? This is where Kotlin Flows come in.
5555

5656
### Representing multiple values

0 commit comments

Comments
 (0)