Skip to content

Commit 7dc49da

Browse files
Shared: Fix path in qldoc
Co-authored-by: Anders Schack-Mulligen <[email protected]>
1 parent e0ef241 commit 7dc49da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/typeinference/codeql/typeinference/internal/TypeInference.qll

+1-1
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ module Make1<LocationSig Location, InputSig1<Location> Input1> {
781781
* `""` | ``Base`1``
782782
* `"T2"` | ``C`1``
783783
* `"T2.T1"` | ``C`1``
784-
* `"T2.T2.T2"` | `int`
784+
* `"T2.T1.T1"` | `int`
785785
*/
786786
pragma[nomagic]
787787
Type inferAccessType(Access a, AccessPosition apos, TypePath path) {

0 commit comments

Comments
 (0)