vocabs: fix help lint error.

db4
John Benediktsson 2015-07-14 18:17:28 -07:00
parent 284c5ac4e3
commit 3265f33b6b
1 changed files with 1 additions and 1 deletions

View 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