mirror of
https://github.com/hibiken/asynq.git
synced 2026-05-06 20:15:57 +08:00
Fix comment typos
This commit is contained in:
committed by
GitHub
parent
aefd276146
commit
30d409371b
@@ -110,7 +110,7 @@ type SchedulerOpts struct {
|
||||
EnqueueErrorHandler func(task *Task, opts []Option, err error)
|
||||
}
|
||||
|
||||
// enqueueJob encapsulates the job of enqueing a task and recording the event.
|
||||
// enqueueJob encapsulates the job of enqueuing a task and recording the event.
|
||||
type enqueueJob struct {
|
||||
id uuid.UUID
|
||||
cronspec string
|
||||
|
||||
Reference in New Issue
Block a user