diff options
Diffstat (limited to 'man/man3/tomo-Text.slice.3')
| -rw-r--r-- | man/man3/tomo-Text.slice.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man3/tomo-Text.slice.3 b/man/man3/tomo-Text.slice.3 index 48e0516a..ec7a160e 100644 --- a/man/man3/tomo-Text.slice.3 +++ b/man/man3/tomo-Text.slice.3 @@ -2,7 +2,7 @@ .\" Copyright (c) 2025 Bruce Hill .\" All rights reserved. .\" -.TH Text.slice 3 2025-09-21 "Tomo man-pages" +.TH Text.slice 3 2025-11-29 "Tomo man-pages" .SH NAME Text.slice \- get a slice of a text .SH LIBRARY @@ -38,3 +38,5 @@ assert "hello".slice(2, 3) == "el" assert "hello".slice(to=-2) == "hell" assert "hello".slice(from=2) == "ello" .EE +.SH SEE ALSO +.BR Tomo-Text (3) |
