Skip to content

Commit

Permalink
Merge pull request #37 from fatedier/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
nigeltao committed Feb 15, 2017
2 parents 7db9049 + 0d9c4c0 commit 553a641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encode.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 553a641

Please sign in to comment.