typo in sequences.scrbl

Fix return values in the  documentation of stream-empty?
This commit is contained in:
Javier Olaechea 2015-02-17 19:53:28 -05:00 committed by Matthew Flatt
parent aae35ea3ac
commit be6e1a4045

View File

@ -759,7 +759,7 @@ stream, but plain lists can be used as streams, and functions such as
}
@defproc[(stream-empty? [s stream?]) boolean?]{
Returns @racket[#f] if @racket[s] has no elements, @racket[#f]
Returns @racket[#t] if @racket[s] has no elements, @racket[#f]
otherwise.
}