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

flac
John Benediktsson 2020-03-02 15:40:37 -08:00 committed by Steve Ayerhart
parent 2156d5babd
commit 94378fb7c2
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
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