fix docs typo

svn: r16645

original commit: 89f5ad32b47b3c55ca29d0ddd38646442bdb8ea5
This commit is contained in:
Sam Tobin-Hochstadt 2009-11-09 21:30:01 +00:00
parent 4e19eb92e0
commit 25ea3f5776

View File

@ -80,7 +80,7 @@ Returns the next floating-point value in the stream.
Returns the next byte string from the stream. This is Returns the next byte string from the stream. This is
the recommended way to read bytes back in from a stream; the recommended way to read bytes back in from a stream;
use @method[editor-stream-in% put] with two arguments use @method[editor-stream-out% put] with two arguments
(passing along the length of the bytes) to write out the bytes (passing along the length of the bytes) to write out the bytes
to match this method. to match this method.