summaryrefslogtreecommitdiff
path: root/dir.rb
diff options
context:
space:
mode:
Diffstat (limited to 'dir.rb')
-rw-r--r--dir.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.rb b/dir.rb
index 803ba48485..202f899b00 100644
--- a/dir.rb
+++ b/dir.rb
@@ -230,7 +230,7 @@ class << File
# <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>::