Skip to content

Commit

Permalink
Fix typo (#43)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
v-jkegler authored Nov 5, 2024
1 parent ede685b commit a8e5cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use serde_json::Value;

/// This represents a collection of grammars, with a designated
/// "start" grammar at first position.
/// Grammars can refer to each other via GrammarRef nodes.
/// Grammars can refer to each other via GenGrammar nodes.
#[derive(Serialize, Deserialize, Clone, Debug)]
pub struct TopLevelGrammar {
pub grammars: Vec<GrammarWithLexer>,
Expand Down

0 comments on commit a8e5cb8

Please sign in to comment.