]> gitweb.factorcode.org Git - factor.git/commitdiff
heaps: fix docs for slurp-heap.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 15 Dec 2014 16:56:24 +0000 (08:56 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 15 Dec 2014 16:56:24 +0000 (08:56 -0800)
basis/heaps/heaps-docs.factor

index c9d5946bbfac4e9f7a99c97a7ae3f76238ba5c4b..55deb1317d03db82f026b241c7fee321ace8b777 100644 (file)
@@ -96,5 +96,5 @@ HELP: heap-delete
 { $side-effects "heap" } ;
 
 HELP: slurp-heap
-{ $values { "heap" heap } { "quot" { $quotation ( value key -- ) } } }
+{ $values { "heap" heap } { "quot" { $quotation ( ... value key -- ... ) } } }
 { $description "Removes entries from a heap and processes them with the quotation until the heap is empty." } ;