Skip to content

Commit 1dc26a0

Browse files
boveushmac
andauthored
Update ruby/ql/lib/codeql/ruby/frameworks/ActiveRecord.qll
Co-authored-by: Harry Maclean <[email protected]>
1 parent 4fb0264 commit 1dc26a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/ActiveRecord.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ class ActiveRecordInstanceMethodCall extends DataFlow::CallNode {
336336

337337
ActiveRecordInstanceMethodCall() { this.getReceiver() = instance }
338338

339-
/** Gets the `ActiveRecordInstance` that this is the receiver of this call. */
339+
/** Gets the `ActiveRecordInstance` that is the receiver of this call. */
340340
ActiveRecordInstance getInstance() { result = instance }
341341
}
342342

0 commit comments

Comments
 (0)