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

ruby-changes:67510

From: Hiroshi <ko1@a...>
Date: Tue, 31 Aug 2021 21:04:04 +0900 (JST)
Subject: [ruby-changes:67510] bfec03f5fe (master): Match parens for hidden files parenthetical

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

From bfec03f5fe5123175f079b4112c1f2ed5f95e5ae Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Tue, 31 Aug 2021 21:02:13 +0900
Subject: Match parens for hidden files parenthetical

Co-authored-by: Josh Soref <2119212+jsoref@u...>
---
 dir.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dir.rb b/dir.rb
index 803ba48..202f899 100644
--- a/dir.rb
+++ b/dir.rb
@@ -230,7 +230,7 @@ class << File https://github.com/ruby/ruby/blob/trunk/dir.rb#L230
   #   <code>\*c*</code>:: Matches all files that have <code>c</code> in them
   #                       (including at the beginning or end).
   #
-  #   To match hidden files (that start with a <code>.</code> set the
+  #   To match hidden files (that start with a <code>.</code>) set the
   #   File::FNM_DOTMATCH flag.
   #
   # <code>**</code>::
-- 
cgit v1.1


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

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