fix README

This commit is contained in:
InsanusMokrassar 2020-01-14 14:53:36 +06:00
parent b564c36359
commit 10ee1672bc
1 changed files with 2 additions and 2 deletions

View File

@ -140,8 +140,8 @@ val kronScheduler = buildSchedule {
val flow = kronScheduler.asFlow() val flow = kronScheduler.asFlow()
``` ```
So, in this case any operations related to flow are available and it is expected tt th will work correctly. For example, So, in this case any operations related to flow are available and it is expected that they will work correctly. For
it is possible to use this flow with `takeWhile`: example, it is possible to use this flow with `takeWhile`:
```kotlin ```kotlin
flow.takeWhile { flow.takeWhile {