From c2fe7c4e3578a72086fb99bd7ee3f4b96201dc43 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 22 Jul 2012 10:11:37 -0400 Subject: [PATCH] Quick typo fix. --- 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 621dc29ae8..84ee0c679e 100644 --- a/collects/scribblings/reference/sequences.scrbl +++ b/collects/scribblings/reference/sequences.scrbl @@ -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.}