Fix typo in each-line docs
parent
d3a9f83b86
commit
2612b3c087
|
@ -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 } }
|
||||||
|
|
Loading…
Reference in New Issue