Skip to content

Commit

Permalink
Fixes typo on README.md (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruunoromero authored and Brian Mock committed Aug 26, 2019
1 parent 43015ce commit a9a89be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ A parser that expects to be at the end of the input (zero characters left).

## Parsimmon.index

A parser that consumes no input and yields an object an object representing the current offset into the parse: it has a 0-based character `offset` property and 1-based `line` and `column` properties. Example:
A parser that consumes no input and yields an object representing the current offset into the parse: it has a 0-based character `offset` property and 1-based `line` and `column` properties. Example:

```js
Parsimmon.seqMap(
Expand Down

0 comments on commit a9a89be

Please sign in to comment.