]> gitweb.factorcode.org Git - factor.git/blobdiff - core/vocabs/vocabs-docs.factor
vocabs: fix help lint error.
[factor.git] / core / vocabs / vocabs-docs.factor
index 06241a2f82fe76b35fa4086e4f8ca2017512e084..ae53ed59e23715ff88b3baf76626b2637cd8bbf0 100644 (file)
@@ -67,7 +67,7 @@ HELP: vocab-words-assoc
 { $description "Outputs the words defined in a vocabulary." } ;
 
 HELP: vocab-words
-{ $values { "vocab" string } { "seq" { $sequence word } } }
+{ $values { "vocab-spec" vocab-spec } { "seq" { $sequence word } } }
 { $description "Outputs a sequence of words defined in the vocabulary, or " { $link f } " if no vocabulary with this name exists." } ;
 
 HELP: all-words