From 352d6ef14d0e664e1eef878554499020e85dc2ae Mon Sep 17 00:00:00 2001 From: AndrewWinterman <113374170+AndrewWinterman@users.noreply.github.com> Date: Wed, 26 Jun 2024 16:14:20 -0700 Subject: [PATCH] fix: doc typo --- types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.go b/types.go index 1e15ed0..f8db790 100644 --- a/types.go +++ b/types.go @@ -184,7 +184,7 @@ type Publishing struct { // Expiration represents the message TTL in milliseconds. A value of "0" // indicates that the message will immediately expire if the message arrives // at its destination and the message is not directly handled by a consumer - // that currently has the capacatity to do so. If you wish the message to + // that currently has the capacity to do so. If you wish the message to // not expire on its own, set this value to any ttl value, empty string or // use the corresponding constants NeverExpire and ImmediatelyExpire. This // does not influence queue configured TTL values.