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.
1 parent 4fb0264 commit 1dc26a0Copy full SHA for 1dc26a0
ruby/ql/lib/codeql/ruby/frameworks/ActiveRecord.qll
@@ -336,7 +336,7 @@ class ActiveRecordInstanceMethodCall extends DataFlow::CallNode {
336
337
ActiveRecordInstanceMethodCall() { this.getReceiver() = instance }
338
339
- /** Gets the `ActiveRecordInstance` that this is the receiver of this call. */
+ /** Gets the `ActiveRecordInstance` that is the receiver of this call. */
340
ActiveRecordInstance getInstance() { result = instance }
341
}
342
0 commit comments