typo (PR10207)

svn: r14546
This commit is contained in:
Eli Barzilay 2009-04-17 19:15:20 +00:00
parent 7838fec40e
commit 59a38c0dad

View File

@ -147,7 +147,7 @@ opposed to using @scheme[in] directly as a sequence to get bytes).}
sequence?]{
Returns a sequence whose elements are the result of @scheme[(read-line
in mode)] until an end-of-line is encountered. Note that the default
in mode)] until an end-of-file is encountered. Note that the default
mode is @scheme['any], whereas the default mode of @scheme[read-line]
is @scheme['linefeed].}