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 fe8945b commit cf4a3e0Copy full SHA for cf4a3e0
ruby/ql/lib/codeql/ruby/frameworks/ActionController.qll
@@ -53,7 +53,7 @@ class ActionControllerClass extends DataFlow::ClassNode {
53
}
54
55
/**
56
- * Gets a `ActionControllerActionMethod` defined in this class.
+ * Gets an `ActionControllerActionMethod` defined in this class.
57
*/
58
ActionControllerActionMethod getAnAction() { result = this.getAnInstanceMethod().asMethod() }
59
0 commit comments