Skip to content

Commit 9692671

Browse files
coadaflorinsaritai
andauthored
Update docs/codeql/codeql-language-guides/customizing-library-models-for-rust.rst
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
1 parent 909d9cb commit 9692671

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/codeql/codeql-language-guides/customizing-library-models-for-rust.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ This example shows how the Rust query pack models the return value of the ``reqw
127127
Ok(response)
128128
}
129129
130-
We need to add a tuple to the ``sourceModel``\(path, output, kind, provenance) extensible predicate by updating a data extension file.
130+
We need to add a tuple to the ``sourceModel(path, output, kind, provenance)`` extensible predicate by updating a data extension file.
131131

132132
.. code-block:: yaml
133133

0 commit comments

Comments
 (0)