Fix >alist docs

db4
Slava Pestov 2009-04-23 19:07:27 -05:00
parent 77c56e55a3
commit c074c2c93b
1 changed files with 1 additions and 2 deletions

View File

@ -361,8 +361,7 @@ HELP: inc-at
HELP: >alist
{ $values { "assoc" assoc } { "newassoc" "an array of key/value pairs" } }
{ $contract "Converts an associative structure into an association list." }
{ $notes "The " { $link assoc } " mixin has a default implementation for this generic word which constructs the association list by iterating over the assoc with " { $link assoc-find } "." } ;
{ $contract "Converts an associative structure into an association list." } ;
HELP: assoc-clone-like
{ $values