diff options
author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-07-29 23:31:27 +0000 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-07-29 23:31:27 +0000 |
commit | de3067850c206a881664abd7994d3e43146c1971 (patch) | |
tree | 13b03b450f0acf0f128a7a27f35fe05af3819cb6 | |
parent | f8032c4eb4591811f1aa55c3719b94a814c3e8a1 (diff) |
Update website
-rw-r--r-- | manual/index.html | 4 | ||||
-rw-r--r-- | manual/v1.5/index.html | 4 | ||||
-rw-r--r-- | manual/v1.6/index.html | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/manual/index.html b/manual/index.html index 09d87d93..2256d99a 100644 --- a/manual/index.html +++ b/manual/index.html @@ -7573,8 +7573,8 @@ have <code>[<path>, <leaf-value>]</code> (and a few other forms) as <p>Streaming forms include <code>[<path>, <leaf-value>]</code> (to indicate any scalar value, empty array, or empty object), and <code>[<path>]</code> (to indicate the end of an array or object). Future versions of jq -run with <code>--stream</code> and <code>-seq</code> may output additional forms such as -<code>["error message"]</code> when an input text fails to parse.</p> +run with <code>--stream</code> and <code>--seq</code> may output additional forms such +as <code>["error message"]</code> when an input text fails to parse.</p> <section id="truncate_stream(stream_expression)"> <h3> diff --git a/manual/v1.5/index.html b/manual/v1.5/index.html index 5ec42a74..f5637276 100644 --- a/manual/v1.5/index.html +++ b/manual/v1.5/index.html @@ -6376,8 +6376,8 @@ is <code>[[0],0],[[1,0],1],[[1,0]],[[1]]</code>.</p> <p>Streaming forms include <code>[<path>, <leaf-value>]</code> (to indicate any scalar value, empty array, or empty object), and <code>[<path>]</code> (to indicate the end of an array or object). Future versions of jq -run with <code>--stream</code> and <code>-seq</code> may output additional forms such as -<code>["error message"]</code> when an input text fails to parse.</p> +run with <code>--stream</code> and <code>--seq</code> may output additional forms such +as <code>["error message"]</code> when an input text fails to parse.</p> <section id="truncate_stream(stream_expression)"> <h3> diff --git a/manual/v1.6/index.html b/manual/v1.6/index.html index 420ee0d3..c67c3425 100644 --- a/manual/v1.6/index.html +++ b/manual/v1.6/index.html @@ -7150,8 +7150,8 @@ have <code>[<path>, <leaf-value>]</code> (and a few other forms) as <p>Streaming forms include <code>[<path>, <leaf-value>]</code> (to indicate any scalar value, empty array, or empty object), and <code>[<path>]</code> (to indicate the end of an array or object). Future versions of jq -run with <code>--stream</code> and <code>-seq</code> may output additional forms such as -<code>["error message"]</code> when an input text fails to parse.</p> +run with <code>--stream</code> and <code>--seq</code> may output additional forms such +as <code>["error message"]</code> when an input text fails to parse.</p> <section id="truncate_stream(stream_expression)"> <h3> |