From 78b88d3a4423cd42e848871d3bff4bdad06d5d15 Mon Sep 17 00:00:00 2001 From: Simon Friis Vindum Date: Fri, 16 Jan 2026 11:26:05 +0100 Subject: [PATCH] Rust: Fix grammar in QLDoc Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../ql/lib/codeql/rust/internal/typeinference/TypeInference.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/ql/lib/codeql/rust/internal/typeinference/TypeInference.qll b/rust/ql/lib/codeql/rust/internal/typeinference/TypeInference.qll index c85c4312229..8759058d84c 100644 --- a/rust/ql/lib/codeql/rust/internal/typeinference/TypeInference.qll +++ b/rust/ql/lib/codeql/rust/internal/typeinference/TypeInference.qll @@ -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 =