]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/command-line/command-line-docs.factor
*-docs: replace double spaces with single spaces
[factor.git] / basis / command-line / command-line-docs.factor
index 13142f5586bcbcaac49056e754ec9376e1d4e01f..5b41e9abe9f74d9864c4df4fd93a8c29ad68f6d1 100644 (file)
@@ -166,6 +166,6 @@ $nl
 HELP: run-script
 { $values { "file" "a pathname string" } }
 { $description "Parses the Factor source code stored in a file and runs it. The initial vocabulary search path is used. If the source file contains a " { $link POSTPONE: MAIN: } " declaration, the main entry point of the file will be also be executed. Loading messages will be suppressed." }
-{ $errors "Throws an error if loading the file fails, there input is malformed, or if a runtime error occurs while calling the parsed quotation or executing the main entry point." }  ;
+{ $errors "Throws an error if loading the file fails, there input is malformed, or if a runtime error occurs while calling the parsed quotation or executing the main entry point." } ;
 
 ABOUT: "command-line"