Skip to content

Commit

Permalink
Small typofix in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jille authored Jun 27, 2024
1 parent 7ae2138 commit c6e2b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s2/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ func WriterBetterCompression() WriterOption {
}

// WriterBestCompression will enable better compression.
// EncodeBetter compresses better than Encode but typically with a
// EncodeBest compresses better than Encode but typically with a
// big speed decrease on compression.
func WriterBestCompression() WriterOption {
return func(w *Writer) error {
Expand Down

0 comments on commit c6e2b58

Please sign in to comment.