Quick typo fix.

This commit is contained in:
Eli Barzilay 2012-07-22 10:11:37 -04:00
parent 40ea2befce
commit c2fe7c4e35

View File

@ -496,7 +496,7 @@ in the sequence.
so that @racket[stream-first] produces the same result each time
is applied to a stream.
In extracting an element from @racket[seq] involves a side-effect,
If extracting an element from @racket[seq] involves a side-effect,
then the effect is performed each time that either
@racket[stream-first] or @racket[stream-rest] is first used to
access or skip an element.}