tools.errors: fix to match current behavior: "show".

master
John Benediktsson 2020-03-02 15:40:37 -08:00
parent ab9eca2454
commit 3b18827044
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ compiler.errors classes strings ;
ARTICLE: "compiler-errors" "Compiler errors"
"After loading a vocabulary, you might see a message like:"
{ $code
":errors - print 2 compiler errors"
":errors - show 2 compiler errors"
}
"This indicates that some words did not pass the stack checker. Stack checker error conditions are documented in " { $link "inference-errors" } ", and the stack checker itself in " { $link "inference" } "."
$nl