summaryrefslogtreecommitdiffstats
path: root/manual/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'manual/index.html')
-rw-r--r--manual/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/index.html b/manual/index.html
index fbcd5b7c..b582fe99 100644
--- a/manual/index.html
+++ b/manual/index.html
@@ -5848,7 +5848,7 @@ input string with <code>tostring</code>, after interpolation. <code>tostring</c
be a jq string, and may contain references to named captures. The
named captures are, in effect, presented as a JSON object (as
constructed by <code>capture</code>) to <code>tostring</code>, so a reference to a captured
-variable named "x" would take the form: "(.x)".</p>
+variable named "x" would take the form: <code>"\(.x)"</code>.</p>
</section>