Skip to content

Commit

Permalink
Correct help text for UTF16BEEncode
Browse files Browse the repository at this point in the history
  • Loading branch information
epmills authored Jun 28, 2020
1 parent 2626231 commit 0d474e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pencode/utf16beencoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ func (u UTF16BEEncode) Encode(input []byte) ([]byte, error) {
}

func (u UTF16BEEncode) HelpText() string {
return "UTF-16 encoder (Little Endian)"
return "UTF-16 encoder (Big Endian)"
}

0 comments on commit 0d474e6

Please sign in to comment.