aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/err.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/err.md b/doc/err.md
index 0615e66..7d83958 100644
--- a/doc/err.md
+++ b/doc/err.md
@@ -51,7 +51,7 @@ during its execution, the second is invoked with the error handling scope provid
{ "oops" die } =*terminate
> ???fatal.testError
} /maybeFailFunction deff
- |maybeFailFunction { .terminate } !?fatal # handle all fatal.* errors by the .terminate action
+ |maybeFailFunction { .terminate } ?!fatal # handle all fatal.* errors by the .terminate action
`??!`