Skip to content

Commit

Permalink
Update parser/src/earley/parser.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal authored Sep 26, 2024
1 parent fc92d11 commit aadf449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/src/earley/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ impl Scratch {
}

// Set current working Earley set to the single item
// at 'pos' in the Earley table.
// The set backing data is at `pos`
fn new_row(&mut self, pos: usize) {
self.row_start = pos;
self.row_end = pos;
Expand Down

0 comments on commit aadf449

Please sign in to comment.