Skip to content

Commit 3e3ca91

Browse files
authored
Merge pull request #13638 from dcci/syntax-statement
[lib/Syntax] Rename another API, statments -> statements.
2 parents da5fb99 + 7e56826 commit 3e3ca91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/gyb_syntax_support/StmtNodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
Node('CodeBlock', kind='Syntax',
171171
children=[
172172
Child('OpenBrace', kind='LeftBraceToken'),
173-
Child('Statments', kind='StmtList'),
173+
Child('Statements', kind='StmtList'),
174174
Child('CloseBrace', kind='RightBraceToken'),
175175
]),
176176

0 commit comments

Comments
 (0)