From 3b18827044d4ea30bb6c8ea98b6e529a56cc8997 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 2 Mar 2020 15:40:37 -0800 Subject: [PATCH] tools.errors: fix to match current behavior: "show". --- basis/tools/errors/errors-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/tools/errors/errors-docs.factor b/basis/tools/errors/errors-docs.factor index 25f417fa13..0b799ec90f 100644 --- a/basis/tools/errors/errors-docs.factor +++ b/basis/tools/errors/errors-docs.factor @@ -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