Fix doc typo.
This commit is contained in:
parent
e6503c5df6
commit
ac8fd2cd38
|
@ -736,7 +736,7 @@ each element in the sequence.
|
||||||
A @deftech{stream} is a kind of @tech{sequence} that supports
|
A @deftech{stream} is a kind of @tech{sequence} that supports
|
||||||
functional iteration via @racket[stream-first] and
|
functional iteration via @racket[stream-first] and
|
||||||
@racket[stream-rest]. The @racket[stream-cons] form constructs a lazy
|
@racket[stream-rest]. The @racket[stream-cons] form constructs a lazy
|
||||||
stream, but plain lists can be used as stream, and functions such as
|
stream, but plain lists can be used as streams, and functions such as
|
||||||
@racket[in-range] and @racket[in-naturals] also create streams.
|
@racket[in-range] and @racket[in-naturals] also create streams.
|
||||||
|
|
||||||
@note-lib[racket/stream]
|
@note-lib[racket/stream]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user