From 8fe96fd23b22ebca2d4b58ea1901e855c411c18a Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Tue, 29 Jan 2008 18:36:28 +0000 Subject: [PATCH] Typo svn: r8464 --- 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 46dd71e072..7bba036b67 100644 --- a/collects/scribblings/reference/sequences.scrbl +++ b/collects/scribblings/reference/sequences.scrbl @@ -183,7 +183,7 @@ The @scheme[thunk] results define the generated elements as follows: (-> any))]{ Returns two thunks to extract elements from the sequence. The first returns @scheme[#t] if more values are available for the sequence. The -second returns the next element (hich may be multiple values) from the +second returns the next element (which may be multiple values) from the sequence; if no more elements are available, the @exnraise[exn:fail:contract].}