diff --git a/writer.go b/writer.go index 89ac8719..02e3103e 100644 --- a/writer.go +++ b/writer.go @@ -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.