fatedier 8 năm trước cách đây
mục cha
commit
0d9c4c05f1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      encode.go

+ 1 - 1
encode.go

@@ -138,7 +138,7 @@ func NewBufferedWriter(w io.Writer) *Writer {
 	}
 }
 
-// Writer is an io.Writer than can write Snappy-compressed bytes.
+// Writer is an io.Writer that can write Snappy-compressed bytes.
 type Writer struct {
 	w   io.Writer
 	err error