From 2518b3a34f90652ca747bf88074ae476b3bed2a6 Mon Sep 17 00:00:00 2001 From: Nicolas Williams <nico@cryptonector.com> Date: Tue, 5 Aug 2014 01:14:04 -0500 Subject: [PATCH] Fix docs (missing backquotes) --- docs/content/3.manual/manual.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml index 4dffd434..841637c1 100644 --- a/docs/content/3.manual/manual.yml +++ b/docs/content/3.manual/manual.yml @@ -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