summaryrefslogtreecommitdiff
path: root/dir.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-31 21:02:13 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-31 21:02:13 +0900
commitbfec03f5fe5123175f079b4112c1f2ed5f95e5ae (patch)
tree2caffc3f3dae0bb74c0cef758fe664d7e666746b /dir.rb
parenta826747ade4b6ae52ee9883120c1b1cd7aa98b3f (diff)
Match parens for hidden files parenthetical
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
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>::