aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Text.lines.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Text.lines.3')
-rw-r--r--man/man3/tomo-Text.lines.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/tomo-Text.lines.3 b/man/man3/tomo-Text.lines.3
index 78ecf7dc..0e93fc42 100644
--- a/man/man3/tomo-Text.lines.3
+++ b/man/man3/tomo-Text.lines.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Text.lines 3 2025-04-19T14:30:40.367769 "Tomo man-pages"
+.TH Text.lines 3 2025-04-19T14:48:15.717444 "Tomo man-pages"
.SH NAME
Text.lines \- Splits the text into a list of lines of text, preserving blank lines, ignoring trailing newlines, and handling `\r\n` the same as `\n`.
@@ -10,7 +10,7 @@ Text.lines \- Splits the text into a list of lines of text, preserving blank lin
Tomo Standard Library
.SH SYNOPSIS
.nf
-.BI "Text.lines : func(text: Text -> [Text])"
+.BI Text.lines\ :\ func(text:\ Text\ ->\ [Text])
.fi
.SH DESCRIPTION