Skip to content

Commit

Permalink
Merge pull request #269 from AndrewWinterman/fix/expiry-typo
Browse files Browse the repository at this point in the history
chore: doc typo
  • Loading branch information
lukebakken authored Jun 27, 2024
2 parents 6867443 + 4742b73 commit 6696c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,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.
Expand Down

0 comments on commit 6696c6d

Please sign in to comment.