]> gitweb.factorcode.org Git - factor.git/commitdiff
locals.parser: fix docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 19 Mar 2021 23:15:46 +0000 (16:15 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 19 Mar 2021 23:15:46 +0000 (16:15 -0700)
core/locals/parser/parser-docs.factor

index 9884ae07909a0736a92cddc9c803e2a4af80f80a..33669b460a4c6ae18f8f83b1c558ff1154a6e31f 100644 (file)
@@ -8,7 +8,7 @@ HELP: in-lambda?
 HELP: parse-def
 { $values
   { "name/paren" string }
-  { "def" "a " { $link def } " or a " { $link multi-def } }
+  { "def" multi-def }
 }
 { $description "Parses the lexical variable bindings following a " { $link POSTPONE: :> } " token." } ;