Skip to content

Commit 3b78860

Browse files
authored
Merge pull request #11692 from jketema/itemization
C++: Fix itemization in QLDoc
2 parents 973aad5 + c18cfa7 commit 3b78860

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)