aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Text.from.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Text.from.3')
-rw-r--r--man/man3/tomo-Text.from.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man3/tomo-Text.from.3 b/man/man3/tomo-Text.from.3
index 6132c572..30e62958 100644
--- a/man/man3/tomo-Text.from.3
+++ b/man/man3/tomo-Text.from.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Text.from 3 2025-09-21 "Tomo man-pages"
+.TH Text.from 3 2025-11-29 "Tomo man-pages"
.SH NAME
Text.from \- slice from a starting index
.SH LIBRARY
@@ -36,3 +36,5 @@ A negative index counts backwards from the end of the text, so `-1` refers to th
assert "hello".from(2) == "ello"
assert "hello".from(-2) == "lo"
.EE
+.SH SEE ALSO
+.BR Tomo-Text (3)