Skip to content

Commit

Permalink
Merge pull request #88 from EdwardBetts/spelling
Browse files Browse the repository at this point in the history
correct spelling mistake
  • Loading branch information
bradfitz committed Feb 3, 2018
2 parents 84a468c + a20b11a commit 66deaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinks.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func ProtoSink(m proto.Message) Sink {
}

type protoSink struct {
dst proto.Message // authorative value
dst proto.Message // authoritative value
typ string

v ByteView // encoded
Expand Down

0 comments on commit 66deaeb

Please sign in to comment.