We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 973aad5 + c18cfa7 commit 3b78860Copy full SHA for 3b78860
1 file changed
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -249,7 +249,7 @@ class Node extends TIRDataFlowNode {
249
* the value of `x`.
250
* - The node `n` such that `n.asParameter(1)` is the parameter `x` represents
251
* the value of `*x`.
252
- * The node `n` such that `n.asParameter(2)` is the parameter `x` represents
+ * - The node `n` such that `n.asParameter(2)` is the parameter `x` represents
253
* the value of `**x`.
254
*/
255
Parameter asParameter(int index) {
0 commit comments