Skip to content

Commit

Permalink
Show missing backslash in manual (#2492)
Browse files Browse the repository at this point in the history
  • Loading branch information
zstadler authored Jun 5, 2023
1 parent d57a96e commit a5ba98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/manual/v1.6/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]*(?<x>[a-z]*).*")'
Expand Down

0 comments on commit a5ba98a

Please sign in to comment.