Skip to content

Commit 352d6ef

Browse files
fix: doc typo
1 parent afb3ba3 commit 352d6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ type Publishing struct {
184184
// Expiration represents the message TTL in milliseconds. A value of "0"
185185
// indicates that the message will immediately expire if the message arrives
186186
// at its destination and the message is not directly handled by a consumer
187-
// that currently has the capacatity to do so. If you wish the message to
187+
// that currently has the capacity to do so. If you wish the message to
188188
// not expire on its own, set this value to any ttl value, empty string or
189189
// use the corresponding constants NeverExpire and ImmediatelyExpire. This
190190
// does not influence queue configured TTL values.

0 commit comments

Comments
 (0)