diff --git a/dir.rb b/dir.rb index d2ed92c287..2e426b0881 100644 --- a/dir.rb +++ b/dir.rb @@ -65,7 +65,7 @@ # # - ::each_child: Calls the given block with each entry in the given directory, # but not including . or ... -# - ::foreach: Calls the given block with each entryin the given directory, +# - ::foreach: Calls the given block with each entry in the given directory, # including . and ... # - #each: Calls the given block with each entry in +self+, # including . and ...