From f4b56498f283193217d1ffa8d63edb46fcbf3a01 Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Sat, 19 Oct 2024 10:07:17 +0300 Subject: [PATCH] docs: small fix on semantics --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index 277638e..5e7f48b 100644 --- a/server.go +++ b/server.go @@ -634,7 +634,7 @@ func NewServerFromRedisClient(c redis.UniversalClient, cfg Config) *Server { // If the returned error is SkipRetry or an error wraps SkipRetry, retry is // skipped and the task will be immediately archived instead. // -// One exception to this rule is when ProcessTask returns a RevokeTask error. +// Another exception to this rule is when ProcessTask returns a RevokeTask error. // If the returned error is RevokeTask or an error wraps RevokeTask, the task // will not be retried or archived. type Handler interface {