]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.errors: fix to match current behavior: "show".
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 2 Mar 2020 23:40:37 +0000 (15:40 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 2 Mar 2020 23:40:37 +0000 (15:40 -0800)
basis/tools/errors/errors-docs.factor

index 25f417fa13bd161925eb21ee055e873e4e3b04e4..0b799ec90fa4dee8ee5efa88de7b33fa41d8fc56 100644 (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