From 286e5bebed7f9a3c4528ee6713c7138bbec47fab Mon Sep 17 00:00:00 2001 From: Alex Knauth Date: Tue, 10 Jan 2017 19:39:22 -0500 Subject: [PATCH] doc: switch "A is the result of B" to make more sense --- pkgs/racket-doc/scribblings/reference/cont.scrbl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/cont.scrbl b/pkgs/racket-doc/scribblings/reference/cont.scrbl index 6ae4ed97a8..ad5fbbd2f2 100644 --- a/pkgs/racket-doc/scribblings/reference/cont.scrbl +++ b/pkgs/racket-doc/scribblings/reference/cont.scrbl @@ -54,8 +54,9 @@ Applies @racket[proc] to the given @racket[arg]s with the current continuation extended by a prompt. The prompt is tagged by @racket[prompt-tag], which must be a result from either @racket[default-continuation-prompt-tag] (the default) or -@racket[make-continuation-prompt-tag]. The result of @racket[proc] is -the result of the @racket[call-with-continuation-prompt] call. +@racket[make-continuation-prompt-tag]. The call to +@racket[call-with-continuation-prompt] returns the result of +@racket[proc]. The @racket[handler] argument specifies a handler procedure to be called in tail position with respect to the