Skip to content

Commit 2b10c8a

Browse files
committed
Rust: Fix gramar in qldoc
1 parent a033057 commit 2b10c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/lib/codeql/rust/internal/typeinference/AssociatedTypes.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ predicate asTraitPath(Path path, TypeRepr typeRepr, Path traitPath, string name)
3737
/**
3838
* Holds if `assoc` is accessed on `tp` in `path`.
3939
*
40-
* That is this is the case when `path` is of the form `<tp as
40+
* That is, this is the case when `path` is of the form `<tp as
4141
* Trait>::AssocType` or `tp::AssocType`; and `AssocType` resolves to `assoc`.
4242
*/
4343
predicate tpAssociatedType(TypeParam tp, AssocType assoc, Path path) {

0 commit comments

Comments
 (0)