Fixing linked-assoc docs

db4
James Cash 2008-11-11 21:25:33 -05:00
parent 70b1f73466
commit c97e731d44
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ HELP: linked-assoc
{ $class-description "The class of linked assocs. Linked assoc are implemented by combining an assoc with a dlist. The assoc is used for lookup and retrieval of single values, while the dlist is used for getting lists of keys/values, which will be in insertion order." } ;
HELP: <linked-assoc>
{ $values { "exemplar" "an exemplar assoc" } }
{ $values { "exemplar" "an exemplar assoc" } { "assoc" linked-assoc } }
{ $description "Creates an empty linked assoc backed by a new instance of the same type as the exemplar." } ;
HELP: <linked-hash>