X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fpersistent%2Fheaps%2Fheaps-docs.factor;h=5ca92abe330a3a9d4f09d719536dacc51c285bee;hp=3da6578d54f07f379ec3629af97b7221f0d6b1b0;hb=5809cde3222f985f318e628ce14a35d62c2fafcc;hpb=714c6d2b9464e193e24cb45fab1961d96a9d422c diff --git a/basis/persistent/heaps/heaps-docs.factor b/basis/persistent/heaps/heaps-docs.factor index 3da6578d54..5ca92abe33 100644 --- a/basis/persistent/heaps/heaps-docs.factor +++ b/basis/persistent/heaps/heaps-docs.factor @@ -15,7 +15,7 @@ HELP: pheap-empty? HELP: pheap-peek { $values { "heap" "a persistent heap" } { "value" "an object in the heap" } { "prio" "the minimum priority" } } -{ $description "Gets the object in the heap with minumum priority." } ; +{ $description "Gets the object in the heap with minimum priority." } ; HELP: pheap-push { $values { "value" object } { "prio" "a priority" } { "heap" "a persistent heap" } { "newheap" "a new persistent heap" } }