Skip to content

Commit

Permalink
Fix NamedtemplateArgumentList documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Ricard authored and WebFreak001 committed Apr 4, 2024
1 parent cc368ca commit ddddc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dparse/parser.d
Original file line number Diff line number Diff line change
Expand Up @@ -6954,7 +6954,7 @@ class Parser
/**
* Parses a NamedTemplateArgumentList
*
* $(GRAMMAR $(RULEDEF templateArgumentList):
* $(GRAMMAR $(RULEDEF namedTemplateArgumentList):
* $(RULE namedTemplateArgument) ($(LITERAL ',') $(RULE namedTemplateArgument)?)*
* ;)
*/
Expand Down

0 comments on commit ddddc86

Please sign in to comment.