aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/pathname.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pathname.rb b/lib/pathname.rb
index 9d874a0f5e..0171b5e9fe 100644
--- a/lib/pathname.rb
+++ b/lib/pathname.rb
@@ -77,8 +77,8 @@
# === Core methods
#
# These methods are effectively manipulating a String, because that's
-# all a path is. Except for #mountpoint?, #children, #realdirpath
-# and #realpath, they don't access the filesystem.
+# all a path is. Except for #mountpoint?, #children, #each_child,
+# #realdirpath and #realpath, they don't access the filesystem.
#
# - +
# - #join