Skip to content

Commit

Permalink
chore: fix typo in comment in pubsub subscription config (#11094)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Hong <9397363+hongalex@users.noreply.github.com>
  • Loading branch information
nakamasato and hongalex authored Nov 7, 2024
1 parent ccbc882 commit 3b06513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ type SubscriptionConfig struct {
// When calling Subscription.Receive(), the client will check this
// value with a call to Subscription.Config(), which requires the
// roles/viewer or roles/pubsub.viewer role on your service account.
// If that call fails, mesages with ordering keys will be delivered in order.
// If that call fails, messages with ordering keys will be delivered in order.
EnableMessageOrdering bool

// DeadLetterPolicy specifies the conditions for dead lettering messages in
Expand Down

0 comments on commit 3b06513

Please sign in to comment.