kernel-docs: minor fix

db4
Eduardo Cavazos 2008-02-19 15:57:21 -06:00
parent 23a429deeb
commit a647a02737
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ HELP: either?
{ $example "5 7 [ even? ] either? ." "f" }
} ;
HELP: call ( quot -- )
HELP: call ( callable -- )
{ $values { "quot" callable } }
{ $description "Calls a quotation."
$nl