]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/persistent/heaps/heaps-docs.factor
fix typo in heaps-docs.factor
[factor.git] / basis / persistent / heaps / heaps-docs.factor
index 3da6578d54f07f379ec3629af97b7221f0d6b1b0..5ca92abe330a3a9d4f09d719536dacc51c285bee 100644 (file)
@@ -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" } }