mirror of
https://github.com/go-task/task.git
synced 2026-05-18 05:05:20 +02:00
fix: typos in docs, changelog, testdata, comments (#1910)
This commit is contained in:
@@ -159,7 +159,7 @@ func worker(
|
||||
return workerDone
|
||||
}
|
||||
|
||||
// Do some work and then return, so that the caller can decide wether to continue or not.
|
||||
// Do some work and then return, so that the caller can decide whether to continue or not.
|
||||
// Return true when all work is done.
|
||||
func doSomeWork(deadline time.Time) bool {
|
||||
if time.Now().After(deadline) {
|
||||
|
||||
Reference in New Issue
Block a user