From 28ec9c3a3be7f21a4dfe463b7e06380cc0e93f26 Mon Sep 17 00:00:00 2001
From: Doug Coleman <erg@jobim.(none)>
Date: Fri, 1 May 2009 15:56:16 -0500
Subject: [PATCH] fix spacing in io docs

---
 core/io/io-docs.factor | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/io/io-docs.factor b/core/io/io-docs.factor
index 96222eaa55..3469a81064 100644
--- a/core/io/io-docs.factor
+++ b/core/io/io-docs.factor
@@ -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"