Skip to content

Commit

Permalink
Update lib/nimble_parsec.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Dec 6, 2023
1 parent c37977e commit af3d753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nimble_parsec.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1792,7 +1792,7 @@ defmodule NimbleParsec do
defmodule MyParser do
import NimbleParsec
defparsec :three_bytes = bytes(3)
defparsec :three_bytes, bytes(3)
end
MyParser.three_bytes("abc")
Expand Down

0 comments on commit af3d753

Please sign in to comment.