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: '[]'
|
||||
output: ["null"]
|
||||
|
||||
- title: "`any`, `any(condition), `any(generator; condition)`"
|
||||
- title: "`any`, `any(condition)`, `any(generator; condition)`"
|
||||
body: |
|
||||
|
||||
The filter `any` takes as input an array of boolean values,
|
||||
@@ -792,7 +792,7 @@ sections:
|
||||
input: '[]'
|
||||
output: ["false"]
|
||||
|
||||
- title: "`all`, `all(condition), `all(generator; condition)`"
|
||||
- title: "`all`, `all(condition)`, `all(generator; condition)`"
|
||||
body: |
|
||||
|
||||
The filter `all` takes as input an array of boolean values,
|
||||
|
Reference in New Issue
Block a user