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.
2 parents 6780f3d + 666bd03 commit caabf5aCopy full SHA for caabf5a
utils/gyb_syntax_support/AttributeNodes.py
@@ -277,7 +277,7 @@
277
Node('DifferentiabilityParamList', kind='SyntaxCollection',
278
element='DifferentiabilityParam'),
279
280
- # differentiability-param -> ('self' | identifer | integer-literal) ','?
+ # differentiability-param -> ('self' | identifier | integer-literal) ','?
281
Node('DifferentiabilityParam', kind='Syntax',
282
description='''
283
A differentiability parameter: either the "self" identifier, a function
0 commit comments