aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Path.parent.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Path.parent.3')
-rw-r--r--man/man3/tomo-Path.parent.35
1 files changed, 2 insertions, 3 deletions
diff --git a/man/man3/tomo-Path.parent.3 b/man/man3/tomo-Path.parent.3
index 03528c2c..459d97c3 100644
--- a/man/man3/tomo-Path.parent.3
+++ b/man/man3/tomo-Path.parent.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Path.parent 3 2025-05-17 "Tomo man-pages"
+.TH Path.parent 3 2025-09-21 "Tomo man-pages"
.SH NAME
Path.parent \- get parent directory
.SH LIBRARY
@@ -29,6 +29,5 @@ The path of the parent directory.
.SH EXAMPLES
.EX
->> (./path/to/file.txt).parent()
-= (./path/to/)
+assert (./path/to/file.txt).parent() == (./path/to/)
.EE