typo in sequences.scrbl
Fix return values in the documentation of stream-empty?
This commit is contained in:
parent
aae35ea3ac
commit
be6e1a4045
|
@ -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.
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user