fatedier hace 8 años
padre
commit
0d9c4c05f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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