aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Text.repeat.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Text.repeat.3')
-rw-r--r--man/man3/tomo-Text.repeat.35
1 files changed, 2 insertions, 3 deletions
diff --git a/man/man3/tomo-Text.repeat.3 b/man/man3/tomo-Text.repeat.3
index 24effec4..fdc9561f 100644
--- a/man/man3/tomo-Text.repeat.3
+++ b/man/man3/tomo-Text.repeat.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Text.repeat 3 2025-04-30 "Tomo man-pages"
+.TH Text.repeat 3 2025-09-21 "Tomo man-pages"
.SH NAME
Text.repeat \- repeat text
.SH LIBRARY
@@ -30,6 +30,5 @@ The text repeated the given number of times.
.SH EXAMPLES
.EX
->> "Abc".repeat(3)
-= "AbcAbcAbc"
+assert "Abc".repeat(3) == "AbcAbcAbc"
.EE