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