]> gitweb.factorcode.org Git - factor.git/commitdiff
locals.parser: fix help-lint warning.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 23 Jun 2015 01:42:16 +0000 (18:42 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 23 Jun 2015 01:42:16 +0000 (18:42 -0700)
basis/locals/parser/parser-docs.factor

index ccd413bcb3864c31523b9de7b19c6740814b2517..e75ddd70e05164048f0253524776ce5f6607a6a7 100644 (file)
@@ -13,8 +13,8 @@ HELP: parse-def
 { $description "Parses the lexical variable bindings following a " { $link \ :> } " token." } ;
 
 HELP: with-lambda-scope
-{ $values { "assoc" "local variables" } { "reader-quot" quotation } }
-{ $description "Runs the quotation in a lambda scope. That means changes the qutoation does to the " { $link manifest } " will not escape after the qutoation ends." } ;
+{ $values { "assoc" "local variables" } { "reader-quot" quotation } { "quot" quotation } }
+{ $description "Runs the quotation in a lambda scope. That means changes the quotation does to the " { $link manifest } " will not escape after the quotation ends." } ;
 
 ARTICLE: "locals.parser" "Utility words used by locals parsing words"
 "Words for parsing local words."