From dbd851e64d9c4ceb0f5e9b86f9af754e799d5bee Mon Sep 17 00:00:00 2001 From: Florin Coada Date: Mon, 27 Apr 2026 15:52:32 +0100 Subject: [PATCH] Update docs/codeql/codeql-language-guides/customizing-library-models-for-rust.rst Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com> --- .../customizing-library-models-for-rust.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-language-guides/customizing-library-models-for-rust.rst b/docs/codeql/codeql-language-guides/customizing-library-models-for-rust.rst index 836bd750279..4301278f0c9 100644 --- a/docs/codeql/codeql-language-guides/customizing-library-models-for-rust.rst +++ b/docs/codeql/codeql-language-guides/customizing-library-models-for-rust.rst @@ -223,7 +223,7 @@ This example shows how the Rust query pack models taint flow through the ``join` // ... } -We need to add tuples to the ``summaryModel``\(path, input, output, kind, provenance) extensible predicate by updating a data extension file: +We need to add tuples to the ``summaryModel(path, input, output, kind, provenance)`` extensible predicate by updating a data extension file: .. code-block:: yaml