Fix a typo.
Closes PR 12456.
This commit is contained in:
parent
646403e9f6
commit
6dfcf68a12
|
@ -123,7 +123,7 @@ predicate:
|
|||
|
||||
When an exception is raised, control escapes out of an arbitrary deep
|
||||
evaluation context to the point where the exception is caught---or all
|
||||
the way out if the expression is never caught:
|
||||
the way out if the exception is never caught:
|
||||
|
||||
@interaction[
|
||||
(+ 1 (+ 1 (+ 1 (+ 1 (+ 1 (+ 1 (/ 1 0)))))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user