Skip to content

Commit 6582253

Browse files
committed
spelling: parenthesis
Signed-off-by: Josh Soref <[email protected]>
1 parent b7e90f3 commit 6582253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/gyb_syntax_support/Classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __init__(self, name, description):
3939
A string literal including multiline string literals.
4040
'''),
4141
SyntaxClassification('StringInterpolationAnchor', description='''
42-
The opening and closing paranthesis of string interpolation.
42+
The opening and closing parenthesis of string interpolation.
4343
'''),
4444
SyntaxClassification('PoundDirectiveKeyword', description='''
4545
A `#` keyword like `#warning`.

0 commit comments

Comments
 (0)