tools.scaffold: fix a few typos in description of scaffold-undocumented word
parent
e4516aabf0
commit
6ddc56cc60
|
@ -9,7 +9,7 @@ HELP: developer-name
|
||||||
|
|
||||||
HELP: help.
|
HELP: help.
|
||||||
{ $values
|
{ $values
|
||||||
{ "word" word } }
|
{ "word" word } }
|
||||||
{ $description "Prints out scaffold help markup for a given word." } ;
|
{ $description "Prints out scaffold help markup for a given word." } ;
|
||||||
|
|
||||||
HELP: scaffold-help
|
HELP: scaffold-help
|
||||||
|
@ -18,8 +18,8 @@ HELP: scaffold-help
|
||||||
|
|
||||||
HELP: scaffold-undocumented
|
HELP: scaffold-undocumented
|
||||||
{ $values
|
{ $values
|
||||||
{ "string" string } }
|
{ "string" string } }
|
||||||
{ $description "Prints scaffolding documenation for undocumented words in a vocabuary except for automatically generated class predicates." } ;
|
{ $description "Prints scaffolding documentation for undocumented words in a vocabulary except for automatically generated class predicates." } ;
|
||||||
|
|
||||||
{ scaffold-help scaffold-undocumented } related-words
|
{ scaffold-help scaffold-undocumented } related-words
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ HELP: scaffold-tests
|
||||||
|
|
||||||
HELP: scaffold-vocab
|
HELP: scaffold-vocab
|
||||||
{ $values
|
{ $values
|
||||||
{ "vocab-root" "a vocabulary root string" } { "string" string } }
|
{ "vocab-root" "a vocabulary root string" } { "string" string } }
|
||||||
{ $description "Creates a directory in the given root for a new vocabulary and adds a main .factor file and an authors.txt file." } ;
|
{ $description "Creates a directory in the given root for a new vocabulary and adds a main .factor file and an authors.txt file." } ;
|
||||||
|
|
||||||
HELP: scaffold-emacs
|
HELP: scaffold-emacs
|
||||||
|
@ -63,7 +63,7 @@ HELP: scaffold-factor-rc
|
||||||
|
|
||||||
HELP: scaffold-rc
|
HELP: scaffold-rc
|
||||||
{ $values
|
{ $values
|
||||||
{ "path" "a pathname string" }
|
{ "path" "a pathname string" }
|
||||||
}
|
}
|
||||||
{ $description "Touches the given path in your home directory and provides a clickable link to open it in an editor." } ;
|
{ $description "Touches the given path in your home directory and provides a clickable link to open it in an editor." } ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue