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

Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
This commit is contained in:
Florin Coada
2026-04-27 15:50:28 +01:00
committed by GitHub
parent a44883486a
commit 909d9cb805

View File

@@ -97,7 +97,7 @@ This example shows how the Rust query pack models the first argument of the ``sq
.unwrap();
}
We need to add a tuple to the ``sinkModel``\(path, input, kind, provenance) extensible predicate by updating a data extension file.
We need to add a tuple to the ``sinkModel(path, input, kind, provenance)`` extensible predicate by updating a data extension file.
.. code-block:: yaml