2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-02-02 12:03:14 +00:00

Fix comment typos

This commit is contained in:
Trịnh Đức Bảo Linh
2022-05-17 11:14:15 +07:00
committed by GitHub
parent aefd276146
commit 30d409371b
8 changed files with 18 additions and 18 deletions

View File

@@ -242,7 +242,7 @@ func (fn GroupAggregatorFunc) Aggregate(group string, tasks []*Task) *Task {
return fn(group, tasks)
}
// An ErrorHandler handles an error occured during task processing.
// An ErrorHandler handles an error occurred during task processing.
type ErrorHandler interface {
HandleError(ctx context.Context, task *Task, err error)
}