]> gitweb.factorcode.org Git - factor.git/commitdiff
fix spacing in io docs
authorDoug Coleman <erg@jobim.(none)>
Fri, 1 May 2009 20:56:16 +0000 (15:56 -0500)
committerDoug Coleman <erg@jobim.(none)>
Fri, 1 May 2009 20:56:16 +0000 (15:56 -0500)
core/io/io-docs.factor

index 96222eaa5523e777216f9e40fee1a35eec5b926a..3469a8106477d0614eaa67dad4f6146ccb9d7aa8 100644 (file)
@@ -239,12 +239,12 @@ HELP: each-block
 
 HELP: stream-contents
 { $values { "stream" "an input stream" } { "seq" "a string, byte array or " { $link f } } }
-{ $description "Reads the entire contents of a stream. If the stream is empty, outputs"  { $link f } "." }
+{ $description "Reads the entire contents of a stream. If the stream is empty, outputs "  { $link f } "." }
 $io-error ;
 
 HELP: contents
 { $values { "seq" "a string, byte array or " { $link f } } }
-{ $description "Reads the entire contents of a the stream stored in " { $link input-stream } ". If the stream is empty, outputs { $link f } "." }
+{ $description "Reads the entire contents of a the stream stored in " { $link input-stream } ". If the stream is empty, outputs " { $link f } "." }
 $io-error ;
 
 ARTICLE: "stream-protocol" "Stream protocol"