Skip to content

Commit

Permalink
fix typo: "columns" -> "colons" (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Jan 6, 2022
1 parent 980f605 commit bca1823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ it to a byte sequence.
is supplied via the `hex_len` parameter.
`ignore` is a string of characters to skip. For example, the string `": "`
allows columns and spaces to be present at any locations in the hexadecimal
allows colons and spaces to be present at any locations in the hexadecimal
string. These characters will just be ignored.
As a result, `"69:FC"`, `"69 FC"`, `"69 : FC"` and `"69FC"` will be valid inputs,
and will produce the same output.
Expand Down

0 comments on commit bca1823

Please sign in to comment.