diff options
Diffstat (limited to 'man/man3/tomo-Text.starts_with.3')
| -rw-r--r-- | man/man3/tomo-Text.starts_with.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man3/tomo-Text.starts_with.3 b/man/man3/tomo-Text.starts_with.3 index ac35fa8d..b8b870eb 100644 --- a/man/man3/tomo-Text.starts_with.3 +++ b/man/man3/tomo-Text.starts_with.3 @@ -2,7 +2,7 @@ .\" Copyright (c) 2025 Bruce Hill .\" All rights reserved. .\" -.TH Text.starts_with 3 2025-09-21 "Tomo man-pages" +.TH Text.starts_with 3 2025-11-29 "Tomo man-pages" .SH NAME Text.starts_with \- check prefix .SH LIBRARY @@ -36,3 +36,5 @@ remainder : Text assert "hello world".starts_with("hello", &remainder) == yes assert remainder == " world" .EE +.SH SEE ALSO +.BR Tomo-Text (3) |
