diff --git a/docs/content/manual/v1.6/manual.yml b/docs/content/manual/v1.6/manual.yml index 269e14eb24..5376ff51a1 100644 --- a/docs/content/manual/v1.6/manual.yml +++ b/docs/content/manual/v1.6/manual.yml @@ -2361,7 +2361,7 @@ sections: 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 `capture`) to `tostring`, so a reference to a captured - variable named "x" would take the form: "\(.x)". + variable named "x" would take the form: `"\(.x)"`. example: - program: 'sub("^[^a-z]*(?[a-z]*).*")'