]> gitweb.factorcode.org Git - factor.git/commitdiff
generalizations: fix help lint
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sat, 18 Apr 2009 08:09:50 +0000 (03:09 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sat, 18 Apr 2009 08:09:50 +0000 (03:09 -0500)
basis/generalizations/generalizations.factor

index 637f958eb5a436d57972f6afecdad21eba45efdc..edee44acc67c96511e3eddde255c1a431145f4e6 100644 (file)
@@ -7,7 +7,7 @@ IN: generalizations
 
 <<
 
-: n*quot ( n quot -- seq' ) <repetition> concat >quotation ;
+: n*quot ( n quot -- quot' ) <repetition> concat >quotation ;
 
 : repeat ( n obj quot -- ) swapd times ; inline