heaps: fix docs for slurp-heap.

db4
John Benediktsson 2014-12-15 08:56:24 -08:00
parent fe377ba02a
commit 768ad8abb9
1 changed files with 1 additions and 1 deletions

View 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." } ;