Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973aad5 commit c18cfa7Copy full SHA for c18cfa7
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