Skip to content

Commit

Permalink
manual.yml: debug/1: more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoppstein committed Jul 13, 2023
1 parent 4e8b6a7 commit d27e04c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/manual/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3075,14 +3075,14 @@ sections:
to invoke jq with the -n command-line option, otherwise
the first entity will be lost.
- title: "`debug`", "`debug(msgs)`"
- title: "`debug`, `debug(msgs)`"
body: |
These two filters are like `.` but have as a side-effect the
production of one or more messages on stderr.
The message produced by the `debug` filter has the form
`["DEBUG:", <input-value>]` where <input-value> is a compact rendition of
`["DEBUG:", <input-value>]` where <input-value> is a compact rendition of
the input value. This format may change in the future.
The `debug(msgs)` filter is defined as `(msgs | debug | empty), .`
Expand Down

0 comments on commit d27e04c

Please sign in to comment.