Skip to content

Commit 520e27c

Browse files
committed
Shared: Fix typos in qldoc
1 parent efcffc5 commit 520e27c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -674,8 +674,8 @@ module Make1<LocationSig Location, InputSig1<Location> Input1> {
674674

675675
/**
676676
* Holds if `tp1` and `tp2` are distinct type parameters of `target`, the
677-
* declared type at `apos` mentions `tp1` at `path1`, `tp1` has a base
678-
* type mention of type `constrant` that mentions `tp2` at the path
677+
* declared type at `dpos` mentions `tp1` at `path1`, `tp1` has a base
678+
* type mention of type `constraint` that mentions `tp2` at the path
679679
* `path2`.
680680
*
681681
* For this example

0 commit comments

Comments
 (0)