svn: r8464
This commit is contained in:
Danny Yoo 2008-01-29 18:36:28 +00:00
parent 8d17e91333
commit 8fe96fd23b

View File

@ -183,7 +183,7 @@ The @scheme[thunk] results define the generated elements as follows:
(-> any))]{ (-> any))]{
Returns two thunks to extract elements from the sequence. The first Returns two thunks to extract elements from the sequence. The first
returns @scheme[#t] if more values are available for the sequence. The 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 sequence; if no more elements are available, the
@exnraise[exn:fail:contract].} @exnraise[exn:fail:contract].}