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 7ff2ee6 commit 4ae9266Copy full SHA for 4ae9266
ruby/ql/lib/codeql/ruby/ApiGraphs.qll
@@ -82,7 +82,7 @@ module API {
82
* constructor is the function represented by this node.
83
*
84
* For example, if this node represents a use of some class `A`, then there might be a node
85
- * representing instances of `A`, typically corresponding to expressions `new A()` at the
+ * representing instances of `A`, typically corresponding to expressions `A.new` at the
86
* source level.
87
88
* This predicate may have multiple results when there are multiple constructor calls invoking this API component.
0 commit comments