Rust: Fix grammar in QLDoc

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Simon Friis Vindum
2026-01-16 11:26:05 +01:00
committed by GitHub
parent 9ab29f9be0
commit 78b88d3a44

View File

@@ -3843,7 +3843,7 @@ private TypePath closureReturnPath() {
TypePath::singleton(TDynTraitTypeParameter(any(FnTrait t), any(FnOnceTrait t).getOutputType()))
}
/** Gets the path to a closure with arity `arity`s `index`th parameter type. */
/** Gets the path to a closure with arity `arity`'s `index`th parameter type. */
pragma[nomagic]
private TypePath closureParameterPath(int arity, int index) {
result =