Rust: Fix gramar in qldoc

This commit is contained in:
Simon Friis Vindum
2026-02-11 09:09:34 +01:00
parent a033057d90
commit 2b10c8aef3

View File

@@ -37,7 +37,7 @@ predicate asTraitPath(Path path, TypeRepr typeRepr, Path traitPath, string name)
/**
* Holds if `assoc` is accessed on `tp` in `path`.
*
* That is this is the case when `path` is of the form `<tp as
* That is, this is the case when `path` is of the form `<tp as
* Trait>::AssocType` or `tp::AssocType`; and `AssocType` resolves to `assoc`.
*/
predicate tpAssociatedType(TypeParam tp, AssocType assoc, Path path) {