diff --git a/dir.c b/dir.c index 987a0268de..3eb54e62a0 100644 --- a/dir.c +++ b/dir.c @@ -2680,7 +2680,7 @@ dir_each_child(VALUE dir) * * If no block is given, an enumerator is returned instead. * - * Dir.foreach("testdir") {|x| puts "Got #{x}" } + * Dir.each_child("testdir") {|x| puts "Got #{x}" } * * produces: * @@ -2719,7 +2719,7 @@ dir_collect_children(VALUE dir) * The optional encoding keyword argument specifies the encoding of the * directory. If not specified, the filesystem encoding is used. * - * Dir.entries("testdir") #=> ["config.h", "main.rb"] + * Dir.children("testdir") #=> ["config.h", "main.rb"] * */ static VALUE