]> gitweb.factorcode.org Git - factor.git/blobdiff - core/syntax/syntax-docs.factor
change ERROR: words from throw-foo back to foo.
[factor.git] / core / syntax / syntax-docs.factor
index 9b9b47f542ad6d2a2b4e8dc08f45c49957683f27..97d3cdcdac2a104bfe9b4114deddff72c6f45aa1 100644 (file)
@@ -823,7 +823,7 @@ HELP: SLOT:
 HELP: ERROR:
 { $syntax "ERROR: class slots... ;" }
 { $values { "class" "a new tuple class to define" } { "slots" "a list of slot names" } }
-{ $description "Defines a new tuple class and a word " { $snippet "throw-classname" } " that throws a new instance of the error." }
+{ $description "Defines a new tuple class and a word " { $snippet "classname" } " that throws a new instance of the error." }
 { $notes
     "The following two snippets are equivalent:"
     { $code