heaps: fix docs for slurp-heap.
parent
fe377ba02a
commit
768ad8abb9
|
@ -96,5 +96,5 @@ HELP: heap-delete
|
||||||
{ $side-effects "heap" } ;
|
{ $side-effects "heap" } ;
|
||||||
|
|
||||||
HELP: slurp-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." } ;
|
{ $description "Removes entries from a heap and processes them with the quotation until the heap is empty." } ;
|
||||||
|
|
Loading…
Reference in New Issue