]> gitweb.factorcode.org Git - factor.git/commitdiff
Fixing linked-assoc docs
authorJames Cash <james.nvc@gmail.com>
Wed, 12 Nov 2008 02:25:33 +0000 (21:25 -0500)
committerJames Cash <james.nvc@gmail.com>
Wed, 12 Nov 2008 02:25:33 +0000 (21:25 -0500)
basis/linked-assocs/linked-assocs-docs.factor

index 31f387aeb98428394f5ef946fc36f250819b29a9..6fd42954aadd482eba4795c15bd3eb3eb5923ef1 100644 (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>