From ff2ab1f9a80bc3ec6a0b2c0697f922dd5aff6031 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 26 Aug 2008 18:08:40 +0000 Subject: [PATCH] typos svn: r11436 --- collects/scribblings/guide/control.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/scribblings/guide/control.scrbl b/collects/scribblings/guide/control.scrbl index e224e154f2..334d370ba1 100644 --- a/collects/scribblings/guide/control.scrbl +++ b/collects/scribblings/guide/control.scrbl @@ -184,9 +184,9 @@ section. A @deftech{continuation} is a value that encapsulates a piece of an expression context. The @scheme[call-with-composable-continuation] function captures the @deftech{current continuation} starting outside -function call an running up to the nearest enclosing prompt. (Keep in -mind that each @tech{REPL} interaction is implicitly wrapped in a -prompt.) +the current function call and running up to the nearest enclosing +prompt. (Keep in mind that each @tech{REPL} interaction is implicitly +wrapped in a prompt.) For example, in