Explorar o código

Fix typo in godoc

Rodolfo Carvalho %!s(int64=10) %!d(string=hai) anos
pai
achega
405fe506d8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      decode.go

+ 1 - 1
decode.go

@@ -143,7 +143,7 @@ func NewReader(r io.Reader) *Reader {
 	}
 }
 
-// Reader is an io.Reader than can read Snappy-compressed bytes.
+// Reader is an io.Reader that can read Snappy-compressed bytes.
 type Reader struct {
 	r       io.Reader
 	err     error