From f845808813d5f889a9146589af3f0742cfa3486c Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Mon, 7 Jul 2014 17:13:48 -0500 Subject: [PATCH] Add missing backtick in manual --- 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 2fccef0..cc2d5a2 100644 --- a/docs/content/3.manual/manual.yml +++ b/docs/content/3.manual/manual.yml @@ -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, -- 2.40.0