diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/err.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 `??!` |
