]> granicus.if.org Git - jq/commitdiff
Fix docs (missing backquotes)
authorNicolas Williams <nico@cryptonector.com>
Tue, 5 Aug 2014 06:14:04 +0000 (01:14 -0500)
committerNicolas Williams <nico@cryptonector.com>
Tue, 5 Aug 2014 06:15:33 +0000 (01:15 -0500)
docs/content/3.manual/manual.yml

index 4dffd434d3a18ace7b558c94a15230ea99b0e0cd..841637c193c10112c45b0915475689a05e1df1bc 100644 (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