diff --git a/basis/locals/parser/parser-docs.factor b/basis/locals/parser/parser-docs.factor index ccd413bcb3..e75ddd70e0 100644 --- a/basis/locals/parser/parser-docs.factor +++ b/basis/locals/parser/parser-docs.factor @@ -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."