Skip to content

Commit 9caa52a

Browse files
committed
spelling: consisting
Signed-off-by: Josh Soref <[email protected]>
1 parent d90fa77 commit 9caa52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/gyb_syntax_support/AttributeNodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
# objc-selector-piece -> identifier? ':'?
237237
Node('ObjCSelectorPiece', kind='Syntax',
238238
description='''
239-
A piece of an Objective-C selector. Either consisiting of just an
239+
A piece of an Objective-C selector. Either consisting of just an
240240
identifier for a nullary selector, an identifier and a colon for a
241241
labeled argument or just a colon for an unlabeled argument
242242
''',

0 commit comments

Comments
 (0)