]> gitweb.factorcode.org Git - factor.git/commitdiff
syntax-docs: fix the code snippet in the ERROR: article
authorAlexander Iljin <ajsoft@yandex.ru>
Tue, 24 May 2016 15:40:01 +0000 (18:40 +0300)
committerAlexander Iljin <ajsoft@yandex.ru>
Wed, 25 May 2016 12:56:05 +0000 (15:56 +0300)
core/syntax/syntax-docs.factor

index 7efaf8a067f58e8657b3c438cea1b4762fef1b68..a4f93aea5066b56e55ed801662e6a5416c89bcba 100644 (file)
@@ -804,8 +804,8 @@ HELP: ERROR:
         "ERROR: invalid-values x y ;"
         ""
         "TUPLE: invalid-values x y ;"
-        ": throw-invalid-values ( x y -- * )"
-        "    invalid-values boa throw ;"
+        ": invalid-values ( x y -- * )"
+        "    \\ invalid-values boa throw ;"
     }
 } ;