From 167164b8a057ec1c4268b93eea98986c176a261f Mon Sep 17 00:00:00 2001 From: dented42 Date: Fri, 8 Dec 2017 13:20:46 -0700 Subject: [PATCH] Fixed a typo (#1907) Fixed a typo in the reference documentation for `impersonate-procedure*`. --- 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 4bf9cadde9..cf97f6c0fd 100644 --- a/pkgs/racket-doc/scribblings/reference/chaperones.scrbl +++ b/pkgs/racket-doc/scribblings/reference/chaperones.scrbl @@ -288,7 +288,7 @@ of impersonators with respect to wrapping impersonators to be detected within Like @racket[impersonate-procedure], except that @racket[wrapper-proc] receives an additional argument before all other arguments. The additional argument is the procedure @racket[_orig-proc] that was -original applied. +originally applied. If the result of @racket[impersonate-procedure*] is applied directly, then @racket[_orig-proc] is that result. If the result is further