From b755a4b72015c0dbca8ccb573958a5c4d254178c Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sat, 2 Aug 2008 19:45:21 +0000 Subject: [PATCH] typo (PR9654) svn: r11037 --- collects/scribblings/reference/cont.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/cont.scrbl b/collects/scribblings/reference/cont.scrbl index 49c09e43a5..41df0582ed 100644 --- a/collects/scribblings/reference/cont.scrbl +++ b/collects/scribblings/reference/cont.scrbl @@ -95,7 +95,7 @@ argument, if supplied, is used when printing the prompt tag.} @defproc[(default-continuation-prompt-tag) continuation-prompt-tag?]{ -Returns a constant prompt tag for a which a prompt is installed at the +Returns a constant prompt tag for which a prompt is installed at the start of every thread's continuation; the handler for each thread's initial prompt accepts any number of values and returns. The result of @scheme[default-continuation-prompt-tag] is the default tag for more