tools.errors: fix help lint
parent
4d30021d77
commit
6e6c42179a
|
@ -1,6 +1,6 @@
|
||||||
IN: tools.errors
|
IN: tools.errors
|
||||||
USING: help.markup help.syntax source-files.errors words io
|
USING: help.markup help.syntax source-files.errors words io
|
||||||
compiler.errors classes ;
|
compiler.errors classes strings ;
|
||||||
|
|
||||||
ARTICLE: "compiler-errors" "Compiler errors"
|
ARTICLE: "compiler-errors" "Compiler errors"
|
||||||
"After loading a vocabulary, you might see a message like:"
|
"After loading a vocabulary, you might see a message like:"
|
||||||
|
@ -21,7 +21,7 @@ HELP: compiler-error
|
||||||
{ $description "Saves the error for viewing with " { $link :errors } "." } ;
|
{ $description "Saves the error for viewing with " { $link :errors } "." } ;
|
||||||
|
|
||||||
HELP: linkage-error
|
HELP: linkage-error
|
||||||
{ $values { "error" linkage-error } { "word" word } { "class" class } }
|
{ $values { "name" string } { "message" string } { "word" word } { "class" class } }
|
||||||
{ $description "Saves the error for viewing with " { $link :linkage } "." } ;
|
{ $description "Saves the error for viewing with " { $link :linkage } "." } ;
|
||||||
|
|
||||||
HELP: :errors
|
HELP: :errors
|
||||||
|
|
Loading…
Reference in New Issue