Skip to content

Commit fa5d62b

Browse files
authored
Fix typo in docs (#854)
1 parent 0011e6b commit fa5d62b

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
@@ -79,7 +79,7 @@ type Writer struct {
7979
// Address of the kafka cluster that this writer is configured to send
8080
// messages to.
8181
//
82-
// This feild is required, attempting to write messages to a writer with a
82+
// This field is required, attempting to write messages to a writer with a
8383
// nil address will error.
8484
Addr net.Addr
8585

0 commit comments

Comments
 (0)