mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Dataflow: qldoc fix
This commit is contained in:
committed by
Tom Hvitved
parent
98f10b29b8
commit
d88c551f64
@@ -1645,7 +1645,7 @@ private class AccessPathApproxOption extends TAccessPathApproxOption {
|
||||
}
|
||||
|
||||
/**
|
||||
* Holds if `node` is reachable with approximate access path `ap` from a source
|
||||
* Holds if `node` is reachable with approximate access path `apa` from a source
|
||||
* in the configuration `config`.
|
||||
*
|
||||
* The call context `cc` records whether the node is reached through an
|
||||
@@ -1863,7 +1863,7 @@ private predicate flowFwdIsEntered(
|
||||
}
|
||||
|
||||
/**
|
||||
* Holds if `node` with approximate access path `ap` is part of a path from a
|
||||
* Holds if `node` with approximate access path `apa` is part of a path from a
|
||||
* source to a sink in the configuration `config`.
|
||||
*
|
||||
* The Boolean `toReturn` records whether the node must be returned from
|
||||
|
||||
Reference in New Issue
Block a user