Skip to content

Commit

Permalink
doc(data/buffer/parser/basic): fix typo (#5792)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorawee committed Jan 18, 2021
1 parent 8ab1a39 commit 9381e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/buffer/parser/basic.lean
Expand Up @@ -15,7 +15,7 @@ parsers are `valid`. There are also lemmas on the composability of parsers.
## Main definitions
* 'parse_result.pos` : The position of a `char_buffer` at which a `parser α` has finished.
* `parse_result.pos` : The position of a `char_buffer` at which a `parser α` has finished.
* `parser.valid` : The property that a parser only moves forward within a buffer,
in both cases of success or failure.
Expand Down

0 comments on commit 9381e37

Please sign in to comment.