Skip to content

Commit 2b3f3e3

Browse files
authored
A very very small typo (#845)
no very important, but a letter is a letter! Thanks for your project by the way!
1 parent 999d0b3 commit 2b3f3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
type Message struct {
99
// Topic indicates which topic this message was consumed from via Reader.
1010
//
11-
// When being used with Writer, this can be used to configured the topic if
11+
// When being used with Writer, this can be used to configure the topic if
1212
// not already specified on the writer itself.
1313
Topic string
1414

0 commit comments

Comments
 (0)