From 87f2eaf3f661dc2c1a4c90eb1958941420829085 Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Fri, 22 Oct 2021 14:59:06 -0700 Subject: [PATCH] Documentation fix --- asynq.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.