Fix a typo.

Closes PR 12456.
This commit is contained in:
Eli Barzilay 2012-05-07 20:03:12 -04:00
parent 646403e9f6
commit 6dfcf68a12

View File

@ -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)))))))