We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb3ba3 commit 352d6efCopy full SHA for 352d6ef
types.go
@@ -184,7 +184,7 @@ type Publishing struct {
184
// Expiration represents the message TTL in milliseconds. A value of "0"
185
// indicates that the message will immediately expire if the message arrives
186
// 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
+ // that currently has the capacity to do so. If you wish the message to
188
// not expire on its own, set this value to any ttl value, empty string or
189
// use the corresponding constants NeverExpire and ImmediatelyExpire. This
190
// does not influence queue configured TTL values.
0 commit comments