]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.crossref-docs: fix wording 1633/head
authorAlexander Iljin <ajsoft@yandex.ru>
Wed, 25 May 2016 12:54:13 +0000 (15:54 +0300)
committerAlexander Iljin <ajsoft@yandex.ru>
Wed, 25 May 2016 12:58:49 +0000 (15:58 +0300)
basis/tools/crossref/crossref-docs.factor

index 3c47e57daee7a654e87572157093a969f1b3d83d..a7afe70a8ba965707cae9a1f7aac6883d91c6700 100644 (file)
@@ -24,7 +24,7 @@ ABOUT: "tools.crossref"
 
 HELP: uses
 { $values { "defspec" "a definition specifier" } { "seq" "a sequence of definition specifiers" } }
-{ $description "Outputs a sequence of definitions directory called by the given definition." }
+{ $description "Outputs a sequence of definitions called by the given definition." }
 { $notes "The sequence might include the definition itself, if it is a recursive word." }
 { $examples
     "We can ask the " { $link sq } " word to produce a list of words it calls:"