Skip to content

Commit

Permalink
Fix typo in Writer fields documentation (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed May 20, 2022
1 parent efb57af commit fb1504a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ type Writer struct {
// If nil, DefaultTransport is used.
Transport RoundTripper

// AllowAutoTopicCreation notifies writer to create topic is missing.
// AllowAutoTopicCreation notifies writer to create topic if missing.
AllowAutoTopicCreation bool

// Manages the current set of partition-topic writers.
Expand Down

0 comments on commit fb1504a

Please sign in to comment.