]> gitweb.factorcode.org Git - factor.git/commitdiff
kernel: fix help-lint warning for 2with.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 22 Jul 2014 14:47:28 +0000 (07:47 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 22 Jul 2014 14:47:28 +0000 (07:47 -0700)
core/kernel/kernel-docs.factor

index e18d9f27cb5af2a37fb8e0275e2cc0b456387045..d4a00de05da61911d189efe02a0b6b54ed188249 100644 (file)
@@ -783,7 +783,7 @@ HELP: with
 HELP: 2with
 { $values
   { "param1" object }
-  { "param1" object }
+  { "param2" object }
   { "obj" object }
   { "quot" { $quotation ( param1 param2 elt -- ... ) } }
   { "curry" curry }