소스 검색

Merge pull request #22 from rhcarvalho/patch-1

Fix typo in godoc.
Nigel Tao 10 년 전
부모
커밋
1963d05804
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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