We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9caa52a commit 354ee83Copy full SHA for 354ee83
utils/gyb_syntax_support/AttributeNodes.py
@@ -162,7 +162,7 @@
162
description='The label of the argument'),
163
Child('Colon', kind='ColonToken',
164
description='The colon separating the label and the value'),
165
- Child('Delcname', kind='DeclName',
+ Child('Declname', kind='DeclName',
166
description='The value for this argument'),
167
Child('TrailingComma', kind='CommaToken',
168
is_optional=True, description='''
0 commit comments