From 4f3fb99093714660b18309db99c0fb0405954bd4 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 1 May 2009 21:02:51 +0000 Subject: [PATCH] removed lots of "the the"s svn: r14679 original commit: ff73a5395ee00699c7b85d6ed20bbc3e5d9a2957 --- collects/scribblings/scribble/eval.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/scribble/eval.scrbl b/collects/scribblings/scribble/eval.scrbl index 31231965..c0a55a42 100644 --- a/collects/scribblings/scribble/eval.scrbl +++ b/collects/scribblings/scribble/eval.scrbl @@ -61,7 +61,7 @@ Combines @scheme[schememod] and @scheme[interaction-eval].} @defform*[[(def+int defn-datum expr-datum ...) (def+int #:eval eval-expr defn-datum expr-datum ...)]]{ -Like @scheme[interaction], except the the @scheme[defn-datum] is +Like @scheme[interaction], except the @scheme[defn-datum] is typeset as for @scheme[schemeblock] (i.e., no prompt) and a line of space is inserted before the @scheme[expr-datum]s.}