From 4f704a7ad347b05fa7d43483d1ce47a097b97fbd Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 6 Nov 2009 04:20:25 -0600 Subject: [PATCH] generalizations: fix help lint --- basis/generalizations/generalizations-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/generalizations/generalizations-docs.factor b/basis/generalizations/generalizations-docs.factor index ef6c376703..5b869f138e 100644 --- a/basis/generalizations/generalizations-docs.factor +++ b/basis/generalizations/generalizations-docs.factor @@ -212,7 +212,7 @@ HELP: nwith } ; HELP: napply -{ $values { "n" integer } } +{ $values { "quot" quotation } { "n" integer } } { $description "A generalization of " { $link bi@ } " and " { $link tri@ } " that can work for any stack depth." } { $examples