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:51:12 +01:00
committed by GitHub
parent e3fa8b031b
commit 81d7fc2611

View File

@@ -190,7 +190,7 @@ This example shows how the Rust query pack models taint flow through the ``text`
// ...
}
We need to add a tuple to the ``summaryModel``\(path, input, output, kind, provenance) extensible predicate by updating a data extension file:
We need to add a tuple to the ``summaryModel(path, input, output, kind, provenance)`` extensible predicate by updating a data extension file:
.. code-block:: yaml