]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/linked-assocs/linked-assocs-docs.factor
stomp.cli: simplify
[factor.git] / basis / linked-assocs / linked-assocs-docs.factor
index dde17dcccce40eb37697990734c685915e1efa43..542eddeeb007cb2e64fd9b55b27ab2906e4fe475 100644 (file)
@@ -2,7 +2,7 @@ IN: linked-assocs
 USING: assocs help.markup help.syntax linked-assocs.prettyprint ;
 
 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." } ;
+{ $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" } { "assoc" linked-assoc } }