Quick typo fix.

(cherry picked from commit c2fe7c4e35)
This commit is contained in:
Eli Barzilay 2012-07-22 10:11:37 -04:00 committed by Ryan Culpepper
parent a671407b76
commit 4c2d03dde0

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.}