commit | 807d628e252cd61aff53eac821db23900d010780 | [log] [tgz] |
---|---|---|
author | Masood Fallahpoor <MasoodFallahpoor@users.noreply.github.com> | Fri Aug 14 13:47:55 2020 +0430 |
committer | GitHub <noreply@github.com> | Fri Aug 14 12:17:55 2020 +0300 |
tree | 8fd875f617972d232da44ea2e628f309db3a3ea3 | |
parent | abc6cd88a48ef7f87fa305ebc985a3b1591e4377 [diff] [blame] |
Update flow.md (#2196)
diff --git a/docs/flow.md b/docs/flow.md index 143f9e9..caefc82 100644 --- a/docs/flow.md +++ b/docs/flow.md
@@ -50,7 +50,7 @@ ## Asynchronous Flow -Suspending functions asynchronously returns a single value, but how can we return +A suspending function asynchronously returns a single value, but how can we return multiple asynchronously computed values? This is where Kotlin Flows come in. ### Representing multiple values