File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ class InstanceVariableAccess extends VariableAccess instanceof InstanceVariableA
183183 final override string getAPrimaryQlClass ( ) { result = "InstanceVariableAccess" }
184184
185185 /**
186- * Gets the synthetic receiver(`self`) of this instance variable access.
186+ * Gets the synthetic receiver (`self`) of this instance variable access.
187187 */
188188 final SelfVariableAccess getReceiver ( ) { synthChild ( this , 0 , result ) }
189189
Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ module ExprNodes {
626626 override InstanceVariableAccess getExpr ( ) { result = ExprCfgNode .super .getExpr ( ) }
627627
628628 /**
629- * Gets the synthetic receiver(`self`) of this instance variable access.
629+ * Gets the synthetic receiver (`self`) of this instance variable access.
630630 */
631631 final CfgNode getReceiver ( ) { e .hasCfgChild ( e .getReceiver ( ) , this , result ) }
632632 }
You can’t perform that action at this time.
0 commit comments