Skip to content

Commit cc7f2ba

Browse files
committed
Update the comment to match the current node definition.
1 parent a148b21 commit cc7f2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/gyb_syntax_support/DeclNodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@
669669
is_optional=True),
670670
]),
671671

672-
# infix-operator-group -> ':' identifier
672+
# infix-operator-group -> ':' identifier ','? identifier?
673673
Node('InfixOperatorGroup', kind='Syntax',
674674
description='''
675675
A clause to specify precedence group in infix operator declaration.

0 commit comments

Comments
 (0)