From 2c16cb46ad66c19ba280d48b1de4983cbc5eddee Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com> Date: Thu, 16 Apr 2026 11:30:10 +0100 Subject: [PATCH] Quote library name in backticks Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com> --- .../customizing-library-models-for-go.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-language-guides/customizing-library-models-for-go.rst b/docs/codeql/codeql-language-guides/customizing-library-models-for-go.rst index 4e303d22c4c..b1fbcbcb21e 100644 --- a/docs/codeql/codeql-language-guides/customizing-library-models-for-go.rst +++ b/docs/codeql/codeql-language-guides/customizing-library-models-for-go.rst @@ -344,7 +344,7 @@ The remaining values are used to define the ``access-path``, the ``kind``, and t Example: Add a barrier using the ``Htmlquote`` function ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This example shows how the Go query pack models a barrier that stops the flow of taint. -The ``Htmlquote`` function from the beego framework HTML-escapes a string, which prevents HTML injection attacks. +The ``Htmlquote`` function from the `beego` framework HTML-escapes a string, which prevents HTML injection attacks. .. code-block:: go