syntax-docs: fix the code snippet in the ERROR: article

locals-and-roots
Alexander Iljin 2016-05-24 18:40:01 +03:00
parent 0b3310c326
commit bdd000c7a2
1 changed files with 2 additions and 2 deletions

View File

@ -804,8 +804,8 @@ HELP: ERROR:
"ERROR: invalid-values x y ;" "ERROR: invalid-values x y ;"
"" ""
"TUPLE: invalid-values x y ;" "TUPLE: invalid-values x y ;"
": throw-invalid-values ( x y -- * )" ": invalid-values ( x y -- * )"
" invalid-values boa throw ;" " \\ invalid-values boa throw ;"
} }
} ; } ;