Skip to content

Commit

Permalink
perf(encoder): updated encoder options
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Persson committed Sep 21, 2018
1 parent 40fac65 commit a6a9c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
HuffmanOnly Level = -2
)

// Endian little (Least Significant Bit) or big endian (Most Significant Bit).
// Endian the order in which bytes are arranged into larger values.
type Endian int

const (
Expand Down

0 comments on commit a6a9c42

Please sign in to comment.