Merge pull request #46 from Tolsi/patch-1

typo
This commit is contained in:
2023-03-16 18:20:18 +06:00
committed by GitHub

View File

@@ -26,7 +26,7 @@ Anyway, to start some action from time to time you will need to use one of exten
```kotlin
val kronScheduler = /* creating of KronScheduler instance */;
kronScheuler.doWhile {
kronScheduler.doWhile {
// some action
true // true - repeat on next time
}