Skip to content

Commit 7f1bebe

Browse files
hvitvedCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 3f7b50e commit 7f1bebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1714,7 +1714,7 @@ module Make1<LocationSig Location, InputSig1<Location> Input1> {
17141714
// We can infer the type of `tp` from one of the access positions
17151715
directTypeMatch(a, e, target, path, t, tp)
17161716
or
1717-
// We can infer the type of `tp` by going up the type hiearchy
1717+
// We can infer the type of `tp` by going up the type hierarchy
17181718
AccessBaseType::baseTypeMatch(a, e, target, path, t, tp)
17191719
or
17201720
// We can infer the type of `tp` by a type constraint

0 commit comments

Comments
 (0)