Skip to content

Commit e3ef0d7

Browse files
authored
docs: Small typofix in comment (#976)
1 parent 7ae2138 commit e3ef0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s2/writer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ func WriterBetterCompression() WriterOption {
922922
}
923923

924924
// WriterBestCompression will enable better compression.
925-
// EncodeBetter compresses better than Encode but typically with a
925+
// EncodeBest compresses better than Encode but typically with a
926926
// big speed decrease on compression.
927927
func WriterBestCompression() WriterOption {
928928
return func(w *Writer) error {

0 commit comments

Comments
 (0)