This commit is contained in:
Sergey Tolmachev
2023-03-16 15:16:35 +03:00
committed by GitHub
parent 6b3cb981ab
commit e5658998d4

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
}