Skip to content

Commit

Permalink
fix docs grammar syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 authored Sep 20, 2022
1 parent 19a8489 commit 55b2903
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dparse/parser.d
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ class Parser
* Parses an AliasAssign.
*
* $(GRAMMAR $(RULEDEF aliasAssign):
* $(LITERAL Identifier) $(LITERAL '=') $(RULE type)
* $(LITERAL Identifier) $(LITERAL '=') $(RULE type)
* ;)
*/
AliasAssign parseAliasAssign()
{
Expand Down

0 comments on commit 55b2903

Please sign in to comment.