Skip to content

Commit

Permalink
Merge pull request #711 from rverme/patch-1
Browse files Browse the repository at this point in the history
Address incorrectly referenced parameter in QLdoc
  • Loading branch information
smowton authored Apr 1, 2022
2 parents 79e6f78 + 9b6dd60 commit 314bd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ql/lib/semmle/go/dataflow/internal/DataFlowNodes.qll
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ module Public {

/** A representation of a parameter initialization. */
abstract class ParameterNode extends DataFlow::Node {
/** Holds if this node initializes the `i`th parameter of `fd`. */
/** Holds if this node initializes the `i`th parameter of `c`. */
abstract predicate isParameterOf(Callable c, int i);
}

Expand Down

0 comments on commit 314bd20

Please sign in to comment.