Merge pull request #88 from EdwardBetts/spelling

correct spelling mistake
This commit is contained in:
Brad Fitzpatrick 2018-02-03 06:35:32 -08:00 committed by GitHub
commit 66deaeb636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,7 +159,7 @@ func ProtoSink(m proto.Message) Sink {
} }
type protoSink struct { type protoSink struct {
dst proto.Message // authorative value dst proto.Message // authoritative value
typ string typ string
v ByteView // encoded v ByteView // encoded