aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2015-07-10 13:24:13 +0200
committerDrahflow <drahflow@gmx.de>2015-07-10 13:24:13 +0200
commit3549c417bb959be80b7ca7a43670e16bd29a36ea (patch)
treeada2734d80c95c93c78bb564e51e08510b96a5c4 /doc
parent670c560397aaa4f492d2d306e865c60f18591288 (diff)
Typo
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
`??!`