aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Text.join.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Text.join.3')
-rw-r--r--man/man3/tomo-Text.join.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man3/tomo-Text.join.3 b/man/man3/tomo-Text.join.3
index b736f721..d6b7d15a 100644
--- a/man/man3/tomo-Text.join.3
+++ b/man/man3/tomo-Text.join.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Text.join 3 2025-09-21 "Tomo man-pages"
+.TH Text.join 3 2025-11-29 "Tomo man-pages"
.SH NAME
Text.join \- concatenate with separator
.SH LIBRARY
@@ -32,3 +32,5 @@ A single `Text` value with the pieces joined by the glue.
.EX
assert ", ".join(["one", "two", "three"]) == "one, two, three"
.EE
+.SH SEE ALSO
+.BR Tomo-Text (3)