瀏覽代碼

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