From 77e687579a1a07ad2774fb5041b28361d82db8ee Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Fri, 7 Dec 2012 16:09:46 -0500 Subject: [PATCH] Doc typo --- collects/scribblings/reference/control-lib.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/control-lib.scrbl b/collects/scribblings/reference/control-lib.scrbl index 81b871d317..87c8be0614 100644 --- a/collects/scribblings/reference/control-lib.scrbl +++ b/collects/scribblings/reference/control-lib.scrbl @@ -14,7 +14,7 @@ The @racket[racket/control] library provides various control operators from the research literature on higher-order control operators, plus a few extra convenience forms. These control operators are implemented in terms of @racket[call-with-continuation-prompt], -@racket[call-with-composable-continuations], @|etc|, and they generally +@racket[call-with-composable-continuation], @|etc|, and they generally work sensibly together. Many are redundant; for example, @racket[reset] and @racket[prompt] are aliases.