]> gitweb.factorcode.org Git - factor.git/commitdiff
fry: fix help-lint for fry.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 21 Nov 2020 16:45:18 +0000 (08:45 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 21 Nov 2020 16:45:18 +0000 (08:45 -0800)
core/fry/fry-docs.factor

index f0fa6a633a7d217a317744d34ff10dceeb8f8cf3..4d0b5b2dfd315c5006c2482258613fe105e5c982 100644 (file)
@@ -10,8 +10,8 @@ HELP: @
 { $examples "See " { $link "fry.examples" } "." } ;
 
 HELP: fry
-{ $values { "quot" quotation } { "quot'" quotation } }
-{ $description "Outputs a quotation that when called, fries " { $snippet "quot" } " by taking values from the stack and substituting them in." }
+{ $values { "object" object } { "quot'" quotation } }
+{ $description "Outputs a quotation that when called, fries " { $snippet "object" } " by taking values from the stack and substituting them in." }
 { $notes "This word is used to implement " { $link POSTPONE: '[ } "; the following two lines are equivalent:"
     { $code "[ X ] fry call" "'[ X ]" }
 }