Fix typo in each-line docs

db4
Slava Pestov 2009-01-15 13:02:45 -06:00
parent d3a9f83b86
commit 2612b3c087
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ HELP: lines
HELP: each-line HELP: each-line
{ $values { "quot" { $quotation "( str -- )" } } } { $values { "quot" { $quotation "( str -- )" } } }
{ $description "Calls the quotatin with successive lines of text, until the current " { $link input-stream } " is exhausted." } ; { $description "Calls the quotation with successive lines of text, until the current " { $link input-stream } " is exhausted." } ;
HELP: contents HELP: contents
{ $values { "stream" "an input stream" } { "str" string } } { $values { "stream" "an input stream" } { "str" string } }