diff --git a/dir.rb b/dir.rb
index 7eacc66fc7..f0636595f3 100644
--- a/dir.rb
+++ b/dir.rb
@@ -81,7 +81,7 @@ class Dir
# File::FNM_DOTMATCH flag or something like "{*,.*}".
#
# **::
- # Matches directories recursively.
+ # Matches directories recursively or files expansively.
#
# ?::
# Matches any one character. Equivalent to /.{1}/ in regexp.