From 768ad8abb93a0a416dd5a8d97d6e9fae7860b7f0 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 15 Dec 2014 08:56:24 -0800 Subject: [PATCH] heaps: fix docs for slurp-heap. --- basis/heaps/heaps-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/heaps/heaps-docs.factor b/basis/heaps/heaps-docs.factor index c9d5946bbf..55deb1317d 100644 --- a/basis/heaps/heaps-docs.factor +++ b/basis/heaps/heaps-docs.factor @@ -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." } ;