]> gitweb.factorcode.org Git - factor.git/commitdiff
pronouns deserve antecedents
authorJoe Groff <arcata@gmail.com>
Sun, 8 Nov 2009 05:15:30 +0000 (23:15 -0600)
committerJoe Groff <arcata@gmail.com>
Sun, 8 Nov 2009 05:15:30 +0000 (23:15 -0600)
core/vocabs/loader/loader-docs.factor

index 352ccdebd45fa2d864265aabc59819aec54cafbe..02a604ac320cdc9bc8c3610386f1ea390e2c65d6 100644 (file)
@@ -102,7 +102,7 @@ HELP: load-docs
 
 HELP: reload
 { $values { "name" "a vocabulary name" } }
-{ $description "Loads it's source code and documentation." }
+{ $description "Reloads the source code and documentation for a vocabulary." }
 { $errors "Throws a " { $link no-vocab } " error if the vocabulary does not exist on disk." } ;
 
 HELP: require