1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Fix docs (missing backquotes)

This commit is contained in:
Nicolas Williams
2014-08-05 01:14:04 -05:00
parent c3d6d5fd37
commit 2518b3a34f

View File

@ -1255,7 +1255,7 @@ sections:
output: ['[1,2,4,8,16,32,64]']
- title: "`recurse(f)`, `recurse`, `recurse(f; condition), `recurse_down`"
- title: "`recurse(f)`, `recurse`, `recurse(f; condition)`, `recurse_down`"
body: |
The `recurse(f)` function allows you to search through a
@ -1280,7 +1280,7 @@ sections:
When called without an argument, `recurse` is equivalent to
`recurse(.[]?)`.
`recurse(f) is identical to `recurse(f; . != null)` and can be
`recurse(f)` is identical to `recurse(f; . != null)` and can be
used without concerns about recursion depth.
`recurse(f; condition)` is a generator which begins by