aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-List.heapify.3
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-10-11 15:50:19 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-10-11 15:50:19 -0400
commit436d2e02debe058e9968935e742e397c19de628a (patch)
treec51d08a586ead5c4f22d3f2d12695c4a7cf6cbca /man/man3/tomo-List.heapify.3
parent7e8604daeb9239e1669c5414dd6caa37af30c4ff (diff)
Improvements to set support and updating docs
Diffstat (limited to 'man/man3/tomo-List.heapify.3')
-rw-r--r--man/man3/tomo-List.heapify.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man3/tomo-List.heapify.3 b/man/man3/tomo-List.heapify.3
index af7fafd1..345a47b9 100644
--- a/man/man3/tomo-List.heapify.3
+++ b/man/man3/tomo-List.heapify.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH List.heapify 3 2025-04-30 "Tomo man-pages"
+.TH List.heapify 3 2025-10-11 "Tomo man-pages"
.SH NAME
List.heapify \- convert a list into a heap
.SH LIBRARY
@@ -30,6 +30,6 @@ Nothing.
.SH EXAMPLES
.EX
->> my_heap := [30, 10, 20]
->> my_heap.heapify()
+my_heap := [30, 10, 20]
+my_heap.heapify()
.EE