We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae2138 commit e3ef0d7Copy full SHA for e3ef0d7
s2/writer.go
@@ -922,7 +922,7 @@ func WriterBetterCompression() WriterOption {
922
}
923
924
// WriterBestCompression will enable better compression.
925
-// EncodeBetter compresses better than Encode but typically with a
+// EncodeBest compresses better than Encode but typically with a
926
// big speed decrease on compression.
927
func WriterBestCompression() WriterOption {
928
return func(w *Writer) error {
0 commit comments