Skip to content

Commit 9240256

Browse files
author
Robert Marsh
committed
C++: fix QLDoc
1 parent 46ff4d5 commit 9240256

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/src/semmle/code/cpp/dataflow/internal

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/dataflow/internal/FlowVar.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ private module PartialDefinitions {
244244
}
245245

246246
/**
247-
* A partial definition that's a definition by reference.
247+
* A partial definition that's a definition via an output iterator.
248248
*/
249249
class DefinitionByIterator extends IteratorPartialDefinition {
250250
DefinitionByIterator() { exists(Call c | this = c.getAnArgument() or this = c.getQualifier()) }

0 commit comments

Comments
 (0)