generalizations: fix help lint

db4
Slava Pestov 2009-04-18 03:09:50 -05:00
parent 5c1cffbe60
commit 7417a8741e
1 changed files with 1 additions and 1 deletions

View 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