Skip to content

Commit caeef68

Browse files
authored
Update ActiveRecord.qll
1 parent 173bea2 commit caeef68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ class ActiveRecordInstance extends DataFlow::Node {
331331
}
332332

333333
// A call whose receiver may be an active record model object
334-
/** Gets the `ActiveRecordInstance` receiver of this call. */
334+
/** The `ActiveRecordInstance` receiver of this call. */
335335
class ActiveRecordInstanceMethodCall extends DataFlow::CallNode {
336336
private ActiveRecordInstance instance;
337337

0 commit comments

Comments
 (0)