Skip to content

Commit

Permalink
Fix typo (#40)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
v-jkegler authored Nov 4, 2024
1 parent 6baaea4 commit 24847aa
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 @@ -626,7 +626,7 @@ impl ParserState {

// apply_tokens() "pushes" the bytes in 'tokens' into the lexer and parser. It is a top-level
// method in this file. It is well below llguidance's top-level methods, but in the llguidance
// LLinterpreter interface, it is called indirectly via the advance_parser() method.
// LLInterpreter interface, it is called indirectly via the advance_parser() method.
pub fn apply_tokens(
&mut self,
shared: &mut SharedState,
Expand Down

0 comments on commit 24847aa

Please sign in to comment.