Skip to content

Commit 6f5da52

Browse files
Update rust/ql/lib/codeql/rust/dataflow/internal/ModelsAsData.qll
Co-authored-by: Simon Friis Vindum <[email protected]>
1 parent 464d8b1 commit 6f5da52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ private import codeql.rust.elements.internal.CallExprBaseImpl::Impl as CallExprB
5151

5252
/**
5353
* Holds if in a call to the function with canonical path `path`, the value referred
54-
* to by `output` is a flow source of the given `kind`.
55-
* The `madId` is the data extension row number.
54+
* to by `output` is a flow source of the given `kind` and `madId` is the data
55+
* extension row number.
5656
*
5757
* `output = "ReturnValue"` simply means the result of the call itself.
5858
*

0 commit comments

Comments
 (0)