aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Path.children.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Path.children.3')
-rw-r--r--man/man3/tomo-Path.children.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/tomo-Path.children.3 b/man/man3/tomo-Path.children.3
index acbc92ff..b06943c0 100644
--- a/man/man3/tomo-Path.children.3
+++ b/man/man3/tomo-Path.children.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Path.children 3 2025-04-19T14:30:40.365120 "Tomo man-pages"
+.TH Path.children 3 2025-04-19T14:48:15.714904 "Tomo man-pages"
.SH NAME
Path.children \- Returns a list of children (files and directories) within the directory at the specified path. Optionally includes hidden files.
@@ -10,7 +10,7 @@ Path.children \- Returns a list of children (files and directories) within the d
Tomo Standard Library
.SH SYNOPSIS
.nf
-.BI "Path.children : func(path: Path, include_hidden = no -> [Path])"
+.BI Path.children\ :\ func(path:\ Path,\ include_hidden\ =\ no\ ->\ [Path])
.fi
.SH DESCRIPTION