aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Text.ends_with.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Text.ends_with.3')
-rw-r--r--man/man3/tomo-Text.ends_with.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man3/tomo-Text.ends_with.3 b/man/man3/tomo-Text.ends_with.3
index aa34489a..a9391874 100644
--- a/man/man3/tomo-Text.ends_with.3
+++ b/man/man3/tomo-Text.ends_with.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Text.ends_with 3 2025-11-09 "Tomo man-pages"
+.TH Text.ends_with 3 2025-11-29 "Tomo man-pages"
.SH NAME
Text.ends_with \- check suffix
.SH LIBRARY
@@ -36,3 +36,5 @@ remainder : Text
assert "hello world".ends_with("world", &remainder) == yes
assert remainder == "hello "
.EE
+.SH SEE ALSO
+.BR Tomo-Text (3)