From 19ab24a064fe69fce84c0339eed2d59d0e874869 Mon Sep 17 00:00:00 2001 From: Henrik Nyh 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(-) (limited to 'dir.rb') diff --git a/dir.rb b/dir.rb index 4d27b0093e..803ba48485 100644 --- a/dir.rb +++ b/dir.rb @@ -224,7 +224,7 @@ class << File # Matches any file. Can be restricted by other values in the glob. # Equivalent to /.*/x in regexp. # - # *:: Matches all files regular files + # *:: Matches all regular files # c*:: Matches all files beginning with c # *c:: Matches all files ending with c # \*c*:: Matches all files that have c in them -- cgit v1.2.1