From 10ee1672bc83d8d4ef6b424c62a57128bbded90d Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 14 Jan 2020 14:53:36 +0600 Subject: [PATCH] fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1852a64..a1fbdf3 100644 --- a/README.md +++ b/README.md @@ -140,8 +140,8 @@ val kronScheduler = buildSchedule { 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, -it is possible to use this flow with `takeWhile`: +So, in this case any operations related to flow are available and it is expected that they will work correctly. For +example, it is possible to use this flow with `takeWhile`: ```kotlin flow.takeWhile {