Fix typo in 3keep documentation

db4
Joe Groff 2008-01-20 09:23:33 -08:00
parent 2295594526
commit ff224b791e
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ HELP: 2keep
{ $description "Call a quotation with two values on the stack, restoring the values when the quotation returns." } ; { $description "Call a quotation with two values on the stack, restoring the values when the quotation returns." } ;
HELP: 3keep HELP: 3keep
{ $values { "quot" "a quotation with stack effect " { $snippet "( x y -- )" } } { "x" object } { "y" object } { "z" object } } { $values { "quot" "a quotation with stack effect " { $snippet "( x y z -- )" } } { "x" object } { "y" object } { "z" object } }
{ $description "Call a quotation with three values on the stack, restoring the values when the quotation returns." } ; { $description "Call a quotation with three values on the stack, restoring the values when the quotation returns." } ;
HELP: 2apply HELP: 2apply