Dataflow: Fix qldoc: s/accesspath/access path/.

This commit is contained in:
Anders Schack-Mulligen
2021-10-07 14:46:24 +02:00
parent 6359c44622
commit 2b88a2aa0c
10 changed files with 10 additions and 10 deletions

View File

@@ -1238,7 +1238,7 @@ class TypedContent extends MkTypedContent {
string toString() { result = c.toString() }
/**
* Holds if accesspaths with this `TypedContent` at their head always should
* Holds if access paths with this `TypedContent` at their head always should
* be tracked at high precision. This disables adaptive accesspath precision
* for such accesspaths.
*/

View File

@@ -309,7 +309,7 @@ predicate isUnreachableInCall(Node n, DataFlowCall call) {
int accessPathLimit() { result = 5 }
/**
* Holds if accesspaths with `c` at their head always should be tracked at high
* Holds if access paths with `c` at their head always should be tracked at high
* precision. This disables adaptive accesspath precision for such accesspaths.
*/
predicate forceHighPrecision(Content c) {