Skip to content

Commit

Permalink
docs: Small typofix in comment (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jille authored Jul 1, 2024
1 parent 7ae2138 commit e3ef0d7
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 e3ef0d7

Please sign in to comment.