diff --git a/core/vocabs/loader/loader-docs.factor b/core/vocabs/loader/loader-docs.factor index bc57c48a62..ce3b5ea024 100644 --- a/core/vocabs/loader/loader-docs.factor +++ b/core/vocabs/loader/loader-docs.factor @@ -66,7 +66,7 @@ HELP: vocab-roots { $var-description "A sequence of pathname strings to search for vocabularies." } ; HELP: add-vocab-root -{ $values { "path" "a pathname string" } } +{ $values { "root" "a pathname string" } } { $description "Adds a directory pathname to the list of vocabulary roots." } { $see-also "factor-roots" } ;