summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-06-05 21:04:33 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-06-05 21:04:33 +0000
commit6742828b3fbde2f2a29f193fd1f6648ed958599b (patch)
treea25c129da2ece5752c054053e22610824a9620fb
parentd8d5feefc379454fdc049f8445b086f51387acd9 (diff)
Update website
-rw-r--r--manual/index.html2
-rw-r--r--manual/v1.5/index.html2
2 files changed, 2 insertions, 2 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>
diff --git a/manual/v1.5/index.html b/manual/v1.5/index.html
index 3064db6e..cd4b9668 100644
--- a/manual/v1.5/index.html
+++ b/manual/v1.5/index.html
@@ -5198,7 +5198,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>