From 8d16a2b4fa51dce30c15cd401599a2d9c3090982 Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan Date: Mon, 23 Mar 2026 16:24:03 +0000 Subject: [PATCH] Fix `parameter` -> `argument` in QLDoc --- rust/ql/lib/codeql/rust/dataflow/internal/ModelsAsData.qll | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/ql/lib/codeql/rust/dataflow/internal/ModelsAsData.qll b/rust/ql/lib/codeql/rust/dataflow/internal/ModelsAsData.qll index 451608329f6..4d28dd8de81 100644 --- a/rust/ql/lib/codeql/rust/dataflow/internal/ModelsAsData.qll +++ b/rust/ql/lib/codeql/rust/dataflow/internal/ModelsAsData.qll @@ -113,9 +113,9 @@ extensible predicate barrierModel( * to by `input` is a barrier guard of the given `kind` and `madId` is the data * extension row number. * - * The value referred to by `input` is assumed to lead to a parameter of a call - * (possibly `self`), and the call is guarding the parameter. `branch` is either `true` - * or `false`, indicating which branch of the guard is protecting the parameter. + * The value referred to by `input` is assumed to lead to an argument of a call + * (possibly `self`), and the call is guarding the argument. `branch` is either `true` + * or `false`, indicating which branch of the guard is protecting the argument. */ extensible predicate barrierGuardModel( string path, string input, string branch, string kind, string provenance,