diff --git a/collects/scribblings/reference/exns.scrbl b/collects/scribblings/reference/exns.scrbl index f122c3d053..ab81a6dbd5 100644 --- a/collects/scribblings/reference/exns.scrbl +++ b/collects/scribblings/reference/exns.scrbl @@ -276,8 +276,8 @@ difficult.} body ...+)]{ Like @scheme[with-handlers], but if a @scheme[handler-expr] procedure -is called, breaks are not explicitly disabled, and the call is in tail -position with respect to the @scheme[with-handlers*] form.} +is called, breaks are not explicitly disabled, and the handler call is +in tail position with respect to the @scheme[with-handlers*] form.} @;------------------------------------------------------------------------ @section{Configuring Default Handling}