From 4d7e90286e15d9b27372739c8115d969315cf81d Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Sun, 6 Dec 2015 16:05:41 -0500 Subject: [PATCH] Fix typo in 'more: systems' doc --- pkgs/racket-doc/scribblings/more/more.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/more/more.scrbl b/pkgs/racket-doc/scribblings/more/more.scrbl index 0266f46a55..35d1bfc7bc 100644 --- a/pkgs/racket-doc/scribblings/more/more.scrbl +++ b/pkgs/racket-doc/scribblings/more/more.scrbl @@ -747,7 +747,7 @@ import a library of control operators: Specifically, we need @racket[prompt] and @racket[abort] from @racketmodname[racket/control]. We use @racket[prompt] to mark the place where a servlet is started, so that we can abort a computation -to that point. Change @racket[handle] by wrapping an @racket[prompt] +to that point. Change @racket[handle] by wrapping a @racket[prompt] around the call to @racket[dispatch]: @racketblock[