Skip to content

Commit

Permalink
docs(pubsub): typo (#6453)
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
jinwoo1225 and hongalex committed Aug 2, 2022
1 parent 1d6fbcc commit 34d839e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/flow_controller.go
Expand Up @@ -46,7 +46,7 @@ const (

// FlowControlSettings controls flow control for messages while publishing or subscribing.
type FlowControlSettings struct {
// MaxOutstandingMessages is the maximum number of bufered messages to be published.
// MaxOutstandingMessages is the maximum number of buffered messages to be published.
// If less than or equal to zero, this is disabled.
MaxOutstandingMessages int

Expand Down

0 comments on commit 34d839e

Please sign in to comment.