]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.units: fix documentation for pair of hash-sets.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 22 Mar 2013 04:26:54 +0000 (21:26 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 22 Mar 2013 04:26:54 +0000 (21:26 -0700)
core/compiler/units/units-docs.factor

index 46961325799c3995ad41b92abd6a5c0e10aa71c9..8845dae7c22010e29372a99ae76ed7654fc9c4d8 100644 (file)
@@ -50,10 +50,10 @@ HELP: remember-definition
 { $description "Saves the location of a definition and associates this definition with the current source file." } ;
 
 HELP: old-definitions
-{ $var-description "Stores an assoc where the keys form the set of definitions which were defined by " { $link file } " the most recent time it was loaded." } ;
+{ $var-description "Stores a pair of sets where the members form the set of definitions which were defined by " { $link file } " the most recent time it was loaded." } ;
 
 HELP: new-definitions
-{ $var-description "Stores an assoc where the keys form the set of definitions which were defined so far by the current parsing of " { $link file } "." } ;
+{ $var-description "Stores a pair of sets where the members form the set of definitions which were defined so far by the current parsing of " { $link file } "." } ;
 
 HELP: with-compilation-unit
 { $values { "quot" quotation } }