From 0f4dbe5933d81cc951c37a5196a6147e67116e53 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 23 Mar 2008 14:13:33 +0000 Subject: [PATCH] typo svn: r9073 --- collects/scribblings/reference/sequences.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/sequences.scrbl b/collects/scribblings/reference/sequences.scrbl index b6f77e2304..dcb2fd0e7e 100644 --- a/collects/scribblings/reference/sequences.scrbl +++ b/collects/scribblings/reference/sequences.scrbl @@ -186,7 +186,7 @@ The @scheme[thunk] results define the generated elements as follows: Each of the procedures listed above is called only once per position. Among the last three procedures, as soon as one of the procedures -returns @scheme[#f], the sequence ends, and none are call +returns @scheme[#f], the sequence ends, and none are called again. Typically, one of the functions determines the end condition, and the other two functions always return @scheme[#t].}