Skip to content

Commit 78b88d3

Browse files
paldepindCopilot
andauthored
Rust: Fix grammar in QLDoc
Co-authored-by: Copilot <[email protected]>
1 parent 9ab29f9 commit 78b88d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3843,7 +3843,7 @@ private TypePath closureReturnPath() {
38433843
TypePath::singleton(TDynTraitTypeParameter(any(FnTrait t), any(FnOnceTrait t).getOutputType()))
38443844
}
38453845

3846-
/** Gets the path to a closure with arity `arity`s `index`th parameter type. */
3846+
/** Gets the path to a closure with arity `arity`'s `index`th parameter type. */
38473847
pragma[nomagic]
38483848
private TypePath closureParameterPath(int arity, int index) {
38493849
result =

0 commit comments

Comments
 (0)