Skip to content

Commit 34d839e

Browse files
jinwoo1225hongalex
andauthored
docs(pubsub): typo (#6453)
Co-authored-by: Alex Hong <9397363+hongalex@users.noreply.github.com>
1 parent 1d6fbcc commit 34d839e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubsub/flow_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const (
4646

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

0 commit comments

Comments
 (0)