Skip to content

Commit

Permalink
add missing article
Browse files Browse the repository at this point in the history
  • Loading branch information
jolmg committed Sep 25, 2020
1 parent a605af3 commit 3bad3cb
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 @@ -266,7 +266,7 @@ FoobarParser.foo.parse "foo"
```

Being able to use subparsers directly is useful for when you want to e.g.
parse JSON array, instead of any JSON value.
parse a JSON array, instead of any JSON value.

Writing the parser as a module like that also makes it easy to make a new
parser based on it:
Expand Down

0 comments on commit 3bad3cb

Please sign in to comment.