ruby-changes:67261
From: Henrik <ko1@a...>
Date: Fri, 27 Aug 2021 09:16:40 +0900 (JST)
Subject: [ruby-changes:67261] 19ab24a064 (master): [DOC] Fix a typo in Dir.fnmatch
https://git.ruby-lang.org/ruby.git/commit/?id=19ab24a064 From 19ab24a064fe69fce84c0339eed2d59d0e874869 Mon Sep 17 00:00:00 2001 From: Henrik Nyh <henrik@n...> Date: Thu, 26 Aug 2021 12:44:34 +0100 Subject: [DOC] Fix a typo in Dir.fnmatch --- dir.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dir.rb b/dir.rb index 4d27b00..803ba48 100644 --- a/dir.rb +++ b/dir.rb @@ -224,7 +224,7 @@ class << File https://github.com/ruby/ruby/blob/trunk/dir.rb#L224 # Matches any file. Can be restricted by other values in the glob. # Equivalent to <code>/.*/x</code> in regexp. # - # <code>*</code>:: Matches all files regular files + # <code>*</code>:: Matches all regular files # <code>c*</code>:: Matches all files beginning with <code>c</code> # <code>*c</code>:: Matches all files ending with <code>c</code> # <code>\*c*</code>:: Matches all files that have <code>c</code> in them -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/