From 5809cde3222f985f318e628ce14a35d62c2fafcc Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Fri, 19 Aug 2022 02:15:13 +0900 Subject: [PATCH] fix typo in heaps-docs.factor minumum -> minimum --- basis/persistent/heaps/heaps-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } -- 2.34.1