From 6ddc56cc60de54697a73c0dfdb6fa021d1d28c95 Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Tue, 18 Jan 2011 07:43:42 +0900 Subject: [PATCH] tools.scaffold: fix a few typos in description of scaffold-undocumented word --- basis/tools/scaffold/scaffold-docs.factor | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/basis/tools/scaffold/scaffold-docs.factor b/basis/tools/scaffold/scaffold-docs.factor index 4476f5ec9f..91f116b9af 100644 --- a/basis/tools/scaffold/scaffold-docs.factor +++ b/basis/tools/scaffold/scaffold-docs.factor @@ -9,7 +9,7 @@ HELP: developer-name HELP: help. { $values - { "word" word } } + { "word" word } } { $description "Prints out scaffold help markup for a given word." } ; HELP: scaffold-help @@ -18,8 +18,8 @@ HELP: scaffold-help HELP: scaffold-undocumented { $values - { "string" string } } -{ $description "Prints scaffolding documenation for undocumented words in a vocabuary except for automatically generated class predicates." } ; + { "string" string } } +{ $description "Prints scaffolding documentation for undocumented words in a vocabulary except for automatically generated class predicates." } ; { scaffold-help scaffold-undocumented } related-words @@ -49,7 +49,7 @@ HELP: scaffold-tests HELP: scaffold-vocab { $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." } ; HELP: scaffold-emacs @@ -63,7 +63,7 @@ HELP: scaffold-factor-rc HELP: scaffold-rc { $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." } ;