aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Int.prev_prime.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Int.prev_prime.3')
-rw-r--r--man/man3/tomo-Int.prev_prime.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/tomo-Int.prev_prime.3 b/man/man3/tomo-Int.prev_prime.3
index 50c62575..d614e7de 100644
--- a/man/man3/tomo-Int.prev_prime.3
+++ b/man/man3/tomo-Int.prev_prime.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Int.prev_prime 3 2025-04-19T14:30:40.360801 "Tomo man-pages"
+.TH Int.prev_prime 3 2025-04-19T14:48:15.710904 "Tomo man-pages"
.SH NAME
Int.prev_prime \- Finds the previous prime number less than the given integer. If there is no previous prime number (i.e. if a number less than `2` is provided), then the function will create a runtime error.
@@ -10,7 +10,7 @@ Int.prev_prime \- Finds the previous prime number less than the given integer. I
Tomo Standard Library
.SH SYNOPSIS
.nf
-.BI "Int.prev_prime : func(x: Int -> Int?)"
+.BI Int.prev_prime\ :\ func(x:\ Int\ ->\ Int?)
.fi
.SH DESCRIPTION