From d27e04cddf6f9aa31beaa6283e2cfdb25f9936a8 Mon Sep 17 00:00:00 2001 From: pkoppstein Date: Thu, 13 Jul 2023 02:05:06 -0400 Subject: [PATCH] manual.yml: debug/1: more typos --- docs/content/manual/manual.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml index 6b68969f2d..c4c77e38d5 100644 --- a/docs/content/manual/manual.yml +++ b/docs/content/manual/manual.yml @@ -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:", ]` where is a compact rendition of + `["DEBUG:", ]` where 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), .`