Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c18cfa7

Browse files
committed
C++: Fix itemization in QLDoc
1 parent 973aad5 commit c18cfa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ class Node extends TIRDataFlowNode {
249249
* the value of `x`.
250250
* - The node `n` such that `n.asParameter(1)` is the parameter `x` represents
251251
* the value of `*x`.
252-
* The node `n` such that `n.asParameter(2)` is the parameter `x` represents
252+
* - The node `n` such that `n.asParameter(2)` is the parameter `x` represents
253253
* the value of `**x`.
254254
*/
255255
Parameter asParameter(int index) {

0 commit comments

Comments
 (0)