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

ruby-changes:65848

From: Nobuyoshi <ko1@a...>
Date: Sun, 11 Apr 2021 13:22:37 +0900 (JST)
Subject: [ruby-changes:65848] 60bdf03b6d (master): [DOC] Adjusted spacing [ci skip]

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

From 60bdf03b6d982777656acc11bdeb2ca4b4c3f1ef Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 11 Apr 2021 13:21:33 +0900
Subject: [DOC] Adjusted spacing [ci skip]

---
 dir.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dir.c b/dir.c
index fc2c811..8ff812e 100644
--- a/dir.c
+++ b/dir.c
@@ -3261,7 +3261,7 @@ fnmatch_brace(const char *pattern, VALUE val, void *enc) https://github.com/ruby/ruby/blob/trunk/dir.c#L3261
  *     File.fnmatch('**.rb', 'main.rb')                    #=> true
  *     File.fnmatch('**.rb', './main.rb')                  #=> false
  *     File.fnmatch('**.rb', 'lib/song.rb')                #=> true
- *     File.fnmatch('*',           'dave/.profile')                      #=> true
+ *     File.fnmatch('*',     'dave/.profile')              #=> true
  *
  *     pattern = '*' '/' '*'
  *     File.fnmatch(pattern, 'dave/.profile', File::FNM_PATHNAME)  #=> false
-- 
cgit v1.1


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

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