Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

[Merged by Bors] - doc(data/buffer/parser/basic): fix typo #5792

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/data/buffer/parser/basic.lean
Original file line number Diff line number Diff line change
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