From 65796a3e3121bc0212a42fc0ac0cb4d1b8c7da7d Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 3 Feb 2022 22:13:34 -0800 Subject: [PATCH] syntax: fix docs for run-script. --- core/syntax/syntax-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/syntax/syntax-docs.factor b/core/syntax/syntax-docs.factor index 6601811f9d..31aa1ddb7a 100644 --- a/core/syntax/syntax-docs.factor +++ b/core/syntax/syntax-docs.factor @@ -921,7 +921,7 @@ HELP: C: HELP: MAIN: { $syntax "MAIN: word" } { $values { "word" word } } -{ $description "Defines the main entry point for the current vocabulary and source file. This word will be executed when this vocabulary is passed to " { $link run } " or the source file is passed to " { $link run-script } "." } ; +{ $description "Defines the main entry point for the current vocabulary and source file. This word will be executed when this vocabulary is passed to " { $link run } " or the source file is run as a script." } ; HELP: " } -- 2.34.1