From 34d839ec546633a0fb7f73448337ac8d8c796acd Mon Sep 17 00:00:00 2001 From: "Hong Jinwoo (Carter)" Date: Tue, 2 Aug 2022 10:34:49 +0900 Subject: [PATCH] docs(pubsub): typo (#6453) Co-authored-by: Alex Hong <9397363+hongalex@users.noreply.github.com> --- pubsub/flow_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubsub/flow_controller.go b/pubsub/flow_controller.go index ad7e0907bfe..8b352508155 100644 --- a/pubsub/flow_controller.go +++ b/pubsub/flow_controller.go @@ -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