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

This commit is contained in:
Anders Schack-Mulligen
2021-10-08 09:41:26 +02:00
parent 2b88a2aa0c
commit 1bec58dee5
10 changed files with 15 additions and 15 deletions

View File

@@ -1239,8 +1239,8 @@ class TypedContent extends MkTypedContent {
/**
* 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.
* be tracked at high precision. This disables adaptive access path precision
* for such access paths.
*/
predicate forceHighPrecision() { forceHighPrecision(c) }
}

View File

@@ -310,7 +310,7 @@ int accessPathLimit() { result = 5 }
/**
* Holds if access paths with `c` at their head always should be tracked at high
* precision. This disables adaptive accesspath precision for such accesspaths.
* precision. This disables adaptive access path precision for such access paths.
*/
predicate forceHighPrecision(Content c) {
c instanceof ArrayContent or c instanceof CollectionContent