assocs: tweak docs for new-assoc.

db4
John Benediktsson 2013-03-23 15:00:40 -07:00
parent 48638b9188
commit 356ecca26b
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ HELP: set-at
HELP: new-assoc
{ $values { "capacity" "a non-negative integer" } { "exemplar" assoc } { "newassoc" assoc } }
{ $contract "Creates a new assoc of the same size as " { $snippet "exemplar" } " which can hold " { $snippet "capacity" } " entries before growing." } ;
{ $contract "Creates a new assoc from an " { $snippet "exemplar" } " which can hold " { $snippet "capacity" } " entries before growing." } ;
HELP: assoc-find
{ $values { "assoc" assoc } { "quot" { $quotation "( ... key value -- ... ? )" } } { "key" "the successful key, or f" } { "value" "the successful value, or f" } { "?" boolean } }