Skip to content

Commit 35a2f8b

Browse files
committed
spelling: expression
Signed-off-by: Josh Soref <[email protected]>
1 parent 354ee83 commit 35a2f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/gyb_syntax_support/ExprNodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@
601601
Child('RightParen', kind='RightParenToken'),
602602
]),
603603

604-
# postfix '#if' expession
604+
# postfix '#if' expression
605605
Node('PostfixIfConfigExpr', kind='Expr',
606606
children=[
607607
Child('Base', kind='Expr', is_optional=True),

0 commit comments

Comments
 (0)