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
183
183
final override string getAPrimaryQlClass ( ) { result = "InstanceVariableAccess" }
184
184
185
185
/**
186
- * Gets the synthetic receiver(`self`) of this instance variable access.
186
+ * Gets the synthetic receiver (`self`) of this instance variable access.
187
187
*/
188
188
final SelfVariableAccess getReceiver ( ) { synthChild ( this , 0 , result ) }
189
189
Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ module ExprNodes {
626
626
override InstanceVariableAccess getExpr ( ) { result = ExprCfgNode .super .getExpr ( ) }
627
627
628
628
/**
629
- * Gets the synthetic receiver(`self`) of this instance variable access.
629
+ * Gets the synthetic receiver (`self`) of this instance variable access.
630
630
*/
631
631
final CfgNode getReceiver ( ) { e .hasCfgChild ( e .getReceiver ( ) , this , result ) }
632
632
}
You can’t perform that action at this time.
0 commit comments