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.
2 parents 7ff2ee6 + 4ae9266 commit 124aac2Copy full SHA for 124aac2
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