From c63c5168beef5e8b9048b459472bfce0ec684682 Mon Sep 17 00:00:00 2001 From: Ben Greenman Date: Sat, 25 May 2019 09:32:54 -0400 Subject: [PATCH] typo: remove extra 'is' because `exnraise[foo]` renders "the `foo` exception is raised" --- pkgs/racket-doc/scribblings/reference/chaperones.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/chaperones.scrbl b/pkgs/racket-doc/scribblings/reference/chaperones.scrbl index 28fa039499..1401b61bb5 100644 --- a/pkgs/racket-doc/scribblings/reference/chaperones.scrbl +++ b/pkgs/racket-doc/scribblings/reference/chaperones.scrbl @@ -1116,7 +1116,7 @@ Creates a new @tech{impersonator property} and returns three values: have a value for the property (i.e. if the corresponding impersonator property predicate returns @racket[#f]), then a second optional argument to the selector determines its response: the @exnraise[exn:fail:contract] - is if a second argument is not provided, the second argument is tail-called + if a second argument is not provided, the second argument is tail-called with zero arguments if it is a procedure, and the second argument is returned otherwise.}