Skip to content

Commit

Permalink
README: fix example return value (#130)
Browse files Browse the repository at this point in the history
It wasn't updated after 8c946c4
  • Loading branch information
rbino authored Oct 4, 2023
1 parent a1b8440 commit b8c624c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ defmodule MyParser do
end

MyParser.datetime("2010-04-17T14:12:34Z")
#=> {:ok, [2010, 4, 17, 14, 12, 34, "Z"], "", %{}, 1, 21}
#=> {:ok, [2010, 4, 17, 14, 12, 34, "Z"], "", %{}, {1, 0}, 20}
```

If you add `debug: true` to `defparsec/3`, it will print the generated
Expand Down

0 comments on commit b8c624c

Please sign in to comment.