Skip to content

Commit 0799edc

Browse files
paldepindCopilot
andauthored
Update rust/ql/lib/codeql/rust/internal/TypeInference.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c2379a5 commit 0799edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/lib/codeql/rust/internal/TypeInference.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1904,7 +1904,7 @@ private predicate methodCandidateTrait(Type type, Trait trait, string name, int
19041904
}
19051905

19061906
/**
1907-
* Holds if `mc` has `rootType` as the root type of the reciever and the target
1907+
* Holds if `mc` has `rootType` as the root type of the receiver and the target
19081908
* method is named `name` and has arity `arity`
19091909
*/
19101910
pragma[nomagic]

0 commit comments

Comments
 (0)