aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-List.heapify.3
diff options
context:
space:
mode:
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