Skip to content

Commit 8d16a2b

Browse files
committed
Fix parameter -> argument in QLDoc
1 parent 97ebc0e commit 8d16a2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rust/ql/lib/codeql/rust/dataflow/internal/ModelsAsData.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ extensible predicate barrierModel(
113113
* to by `input` is a barrier guard of the given `kind` and `madId` is the data
114114
* extension row number.
115115
*
116-
* The value referred to by `input` is assumed to lead to a parameter of a call
117-
* (possibly `self`), and the call is guarding the parameter. `branch` is either `true`
118-
* or `false`, indicating which branch of the guard is protecting the parameter.
116+
* The value referred to by `input` is assumed to lead to an argument of a call
117+
* (possibly `self`), and the call is guarding the argument. `branch` is either `true`
118+
* or `false`, indicating which branch of the guard is protecting the argument.
119119
*/
120120
extensible predicate barrierGuardModel(
121121
string path, string input, string branch, string kind, string provenance,

0 commit comments

Comments
 (0)