mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
fix typo in dir documentation (#6002)
This commit is contained in:
parent
52da90acee
commit
7e1788e180
Notes:
git
2022-06-11 14:22:39 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>
2
dir.rb
2
dir.rb
@ -65,7 +65,7 @@
|
||||
#
|
||||
# - ::each_child: Calls the given block with each entry in the given directory,
|
||||
# but not including <tt>.</tt> or <tt>..</tt>.
|
||||
# - ::foreach: Calls the given block with each entryin the given directory,
|
||||
# - ::foreach: Calls the given block with each entry in the given directory,
|
||||
# including <tt>.</tt> and <tt>..</tt>.
|
||||
# - #each: Calls the given block with each entry in +self+,
|
||||
# including <tt>.</tt> and <tt>..</tt>.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user