From 63fb6c0094871d86897e874060af1776d2ebd04c Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Thu, 19 May 2022 20:59:37 +0200 Subject: [PATCH] Fix typo in Writer fields documentation --- writer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writer.go b/writer.go index 89ac87192..02e3103ee 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.