Merge pull request #46 from Tolsi/patch-1

typo
This commit is contained in:
InsanusMokrassar 2023-03-16 18:20:18 +06:00 committed by GitHub
commit a81c7c7c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
}