mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Add missing backtick in manual
This commit is contained in:
@@ -766,7 +766,7 @@ sections:
|
|||||||
input: '[]'
|
input: '[]'
|
||||||
output: ["null"]
|
output: ["null"]
|
||||||
|
|
||||||
- title: "`any`, `any(condition), `any(generator; condition)`"
|
- title: "`any`, `any(condition)`, `any(generator; condition)`"
|
||||||
body: |
|
body: |
|
||||||
|
|
||||||
The filter `any` takes as input an array of boolean values,
|
The filter `any` takes as input an array of boolean values,
|
||||||
@@ -792,7 +792,7 @@ sections:
|
|||||||
input: '[]'
|
input: '[]'
|
||||||
output: ["false"]
|
output: ["false"]
|
||||||
|
|
||||||
- title: "`all`, `all(condition), `all(generator; condition)`"
|
- title: "`all`, `all(condition)`, `all(generator; condition)`"
|
||||||
body: |
|
body: |
|
||||||
|
|
||||||
The filter `all` takes as input an array of boolean values,
|
The filter `all` takes as input an array of boolean values,
|
||||||
|
Reference in New Issue
Block a user