summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/content/3.manual/manual.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml
index e4b268af..7225b7dc 100644
--- a/docs/content/3.manual/manual.yml
+++ b/docs/content/3.manual/manual.yml
@@ -691,6 +691,13 @@ sections:
input: 'null'
output: ['[1,2,3]']
+ - title: "`error(message)`"
+ body: |
+
+ Produces an error, just like `.a` applied to values other than
+ null and objects would, but with the given message as the
+ error's value.
+
- title: "`map(x)`"
body: |