Merge pull request #37 from fatedier/master

fix typo
This commit is contained in:
Nigel Tao 2017-02-16 10:32:05 +11:00 коммит произвёл GitHub
Родитель 7db9049039 0d9c4c05f1
Коммит 553a641470
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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