We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aac70d commit c784275Copy full SHA for c784275
docs/ql-libraries/dataflow/dataflow.md
@@ -363,7 +363,7 @@ DataFlowType getNodeType(Node n)
363
```
364
and every `Node` should have a type.
365
366
-One also needs to define the the string representation of a `DataFlowType`:
+One also needs to define the string representation of a `DataFlowType`:
367
368
string ppReprType(DataFlowType t)
369
@@ -472,4 +472,3 @@ The file `dataflow/internal/DataFlowImplConsistency.qll` contains a number of
472
consistency checks to verify that the language-specfic parts satisfy the
473
invariants that are expected by the shared implementation. Run these queries to
474
check for inconsistencies.
475
-
0 commit comments