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