aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Int.onward.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Int.onward.3')
-rw-r--r--man/man3/tomo-Int.onward.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/tomo-Int.onward.3 b/man/man3/tomo-Int.onward.3
index 2cb295f9..c112db1a 100644
--- a/man/man3/tomo-Int.onward.3
+++ b/man/man3/tomo-Int.onward.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Int.onward 3 2025-04-19T14:30:40.360700 "Tomo man-pages"
+.TH Int.onward 3 2025-04-19T14:48:15.710805 "Tomo man-pages"
.SH NAME
Int.onward \- Return an iterator that counts infinitely from the starting integer (with an optional step size).
@@ -10,7 +10,7 @@ Int.onward \- Return an iterator that counts infinitely from the starting intege
Tomo Standard Library
.SH SYNOPSIS
.nf
-.BI "Int.onward : func(first: Int, step: Int = 1 -> Text)"
+.BI Int.onward\ :\ func(first:\ Int,\ step:\ Int\ =\ 1\ ->\ Text)
.fi
.SH DESCRIPTION