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