From 7e1788e180cdcb370ac85152842e14eaf482dd59 Mon Sep 17 00:00:00 2001 From: Jaeson Lauritzen <80929711+auricbot@users.noreply.github.com> Date: Fri, 10 Jun 2022 22:22:16 -0700 Subject: fix typo in dir documentation (#6002) --- dir.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ... -- cgit v1.2.3