Quote library name in backticks

Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
This commit is contained in:
Owen Mansel-Chan
2026-04-16 11:30:10 +01:00
committed by GitHub
parent f79ffe792e
commit 2c16cb46ad

View File

@@ -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