]> gitweb.factorcode.org Git - factor.git/commitdiff
syntax: fix docs for run-script.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 4 Feb 2022 06:13:34 +0000 (22:13 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 4 Feb 2022 06:13:34 +0000 (22:13 -0800)
core/syntax/syntax-docs.factor

index 6601811f9d8011e3f136bc473fdd1489e7d7cbfa..31aa1ddb7ae02377bd90a2fcea0d1e23e99d0b1b 100644 (file)
@@ -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: <PRIVATE
 { $syntax "<PRIVATE ... PRIVATE>" }