[前][次][番号順一覧][スレッド一覧]

ruby-changes:72127

From: Jaeson <ko1@a...>
Date: Sat, 11 Jun 2022 14:22:35 +0900 (JST)
Subject: [ruby-changes:72127] 7e1788e180 (master): fix typo in dir documentation (#6002)

https://git.ruby-lang.org/ruby.git/commit/?id=7e1788e180

From 7e1788e180cdcb370ac85152842e14eaf482dd59 Mon Sep 17 00:00:00 2001
From: Jaeson Lauritzen <80929711+auricbot@u...>
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 @@ https://github.com/ruby/ruby/blob/trunk/dir.rb#L65
 #
 # - ::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>.
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]