From ddfc6747a1613df48e6b8d0660e642557157a3de Mon Sep 17 00:00:00 2001 From: Francisco Miamoto Date: Mon, 13 Dec 2021 15:39:42 -0300 Subject: [PATCH] Fix typo in Server doc --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index 6e1fee3..78a9955 100644 --- a/server.go +++ b/server.go @@ -57,7 +57,7 @@ type Config struct { // Maximum number of concurrent processing of tasks. // // If set to a zero or negative value, NewServer will overwrite the value - // to the number of CPUs usable by the currennt process. + // to the number of CPUs usable by the current process. Concurrency int // Function to calculate retry delay for a failed task.