From f8e2b1112a1d3f9fc13952f390e7bdfcd35dff08 Mon Sep 17 00:00:00 2001 From: "wayo.cavazos" Date: Wed, 15 Nov 2006 00:30:30 +0000 Subject: [PATCH] typo --- library/io/stream.facts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/io/stream.facts b/library/io/stream.facts index 3be55591ad..b4586bf52a 100644 --- a/library/io/stream.facts +++ b/library/io/stream.facts @@ -33,7 +33,7 @@ $io-error ; HELP: stream-write { $values { "str" "a string" } { "stream" "an output stream" } } -{ $contract "Writes a character of output to the stream. If the stream does buffering, output may not be performed immediately; use " { $link stream-flush } " to force output." } +{ $contract "Writes a string of output to the stream. If the stream does buffering, output may not be performed immediately; use " { $link stream-flush } " to force output." } $io-error ; HELP: stream-flush