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 79e6f78 + 9b6dd60 commit 314bd20Copy full SHA for 314bd20
ql/lib/semmle/go/dataflow/internal/DataFlowNodes.qll
@@ -558,7 +558,7 @@ module Public {
558
559
/** A representation of a parameter initialization. */
560
abstract class ParameterNode extends DataFlow::Node {
561
- /** Holds if this node initializes the `i`th parameter of `fd`. */
+ /** Holds if this node initializes the `i`th parameter of `c`. */
562
abstract predicate isParameterOf(Callable c, int i);
563
}
564
0 commit comments