Skip to content

Commit 2c16cb4

Browse files
owen-mcsaritai
andauthored
Quote library name in backticks
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
1 parent f79ffe7 commit 2c16cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ The remaining values are used to define the ``access-path``, the ``kind``, and t
344344
Example: Add a barrier using the ``Htmlquote`` function
345345
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
346346
This example shows how the Go query pack models a barrier that stops the flow of taint.
347-
The ``Htmlquote`` function from the beego framework HTML-escapes a string, which prevents HTML injection attacks.
347+
The ``Htmlquote`` function from the `beego` framework HTML-escapes a string, which prevents HTML injection attacks.
348348

349349
.. code-block:: go
350350

0 commit comments

Comments
 (0)