aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Int.is_between.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Int.is_between.3')
-rw-r--r--man/man3/tomo-Int.is_between.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man/man3/tomo-Int.is_between.3 b/man/man3/tomo-Int.is_between.3
index fd54eb41..d902f9a6 100644
--- a/man/man3/tomo-Int.is_between.3
+++ b/man/man3/tomo-Int.is_between.3
@@ -1,8 +1,8 @@
'\" t
-.\" Copyright (c) 2025 Bruce Hill
+.\" Copyright (c) 2026 Bruce Hill
.\" All rights reserved.
.\"
-.TH Int.is_between 3 2025-12-31 "Tomo man-pages"
+.TH Int.is_between 3 2026-01-19 "Tomo man-pages"
.SH NAME
Int.is_between \- test if an int is in a range
.SH LIBRARY
@@ -31,10 +31,10 @@ b Int The other end of the range to check (inclusive).
.SH EXAMPLES
.EX
-assert (7).is_between(1, 10) == yes
-assert (7).is_between(10, 1) == yes
-assert (7).is_between(100, 200) == no
-assert (7).is_between(1, 7) == yes
+assert 7.is_between(1, 10) == yes
+assert 7.is_between(10, 1) == yes
+assert 7.is_between(100, 200) == no
+assert 7.is_between(1, 7) == yes
.EE
.SH SEE ALSO
.BR Tomo-Int (3)