From fc77c91102de1e03a41b719ae69d5452e2d0b019 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 11 Dec 2017 17:58:24 -0700 Subject: [PATCH] doc typo --- pkgs/racket-doc/scribblings/reference/cont.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/cont.scrbl b/pkgs/racket-doc/scribblings/reference/cont.scrbl index ad5fbbd2f2..2c789f4972 100644 --- a/pkgs/racket-doc/scribblings/reference/cont.scrbl +++ b/pkgs/racket-doc/scribblings/reference/cont.scrbl @@ -120,7 +120,7 @@ Captures the current continuation up to the nearest prompt tagged by includes only continuation marks and @racket[dynamic-wind] frames installed since the prompt. -The capture continuation is delivered to @racket[proc], which is +The captured continuation is delivered to @racket[proc], which is called in tail position with respect to the @racket[call-with-current-continuation] call.