Skip to content

Commit fb1504a

Browse files
authored
Fix typo in Writer fields documentation (#916)
1 parent efb57af commit fb1504a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

writer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ type Writer struct {
185185
// If nil, DefaultTransport is used.
186186
Transport RoundTripper
187187

188-
// AllowAutoTopicCreation notifies writer to create topic is missing.
188+
// AllowAutoTopicCreation notifies writer to create topic if missing.
189189
AllowAutoTopicCreation bool
190190

191191
// Manages the current set of partition-topic writers.

0 commit comments

Comments
 (0)