Skip to content

Commit 66deaeb

Browse files
authored
Merge pull request #88 from EdwardBetts/spelling
correct spelling mistake
2 parents 84a468c + a20b11a commit 66deaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sinks.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func ProtoSink(m proto.Message) Sink {
159159
}
160160

161161
type protoSink struct {
162-
dst proto.Message // authorative value
162+
dst proto.Message // authoritative value
163163
typ string
164164

165165
v ByteView // encoded

0 commit comments

Comments
 (0)