diff --git a/asynq.go b/asynq.go index 54e24cf..fbb4ec4 100644 --- a/asynq.go +++ b/asynq.go @@ -82,7 +82,7 @@ type TaskInfo struct { // zero if not applicable. NextProcessAt time.Time - // ResulTTL is duration of the retention period after the task is successfully processed. + // ResultTTL is duration of the retention period after the task is successfully processed. ResultTTL time.Duration // CompletedAt is the time when the task is processed successfully.