]> gitweb.factorcode.org Git - factor.git/commitdiff
system: fix stack effect for exit in docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 19 Oct 2011 03:03:19 +0000 (20:03 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 19 Oct 2011 03:03:19 +0000 (20:03 -0700)
core/system/system-docs.factor

index 5668acd66a37cfa17774bce741452e9659a4dd48..ee2fbe4cf32db7ae8c182d2d0db364d9f29fdbd6 100644 (file)
@@ -69,7 +69,7 @@ HELP: embedded?
 { $values { "?" "a boolean" } }
 { $description "Tests if this Factor instance is embedded in another application." } ;
 
-HELP: exit ( n -- )
+HELP: exit ( n -- )
 { $values { "n" "an integer exit code" } }
 { $description "Exits the Factor process." } ;