From 60bdf03b6d982777656acc11bdeb2ca4b4c3f1ef Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 11 Apr 2021 13:21:33 +0900 Subject: [DOC] Adjusted spacing [ci skip] --- dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dir.c') diff --git a/dir.c b/dir.c index fc2c811509..8ff812e8e7 100644 --- a/dir.c +++ b/dir.c @@ -3261,7 +3261,7 @@ fnmatch_brace(const char *pattern, VALUE val, void *enc) * File.fnmatch('**.rb', 'main.rb') #=> true * File.fnmatch('**.rb', './main.rb') #=> false * File.fnmatch('**.rb', 'lib/song.rb') #=> true - * File.fnmatch('*', 'dave/.profile') #=> true + * File.fnmatch('*', 'dave/.profile') #=> true * * pattern = '*' '/' '*' * File.fnmatch(pattern, 'dave/.profile', File::FNM_PATHNAME) #=> false -- cgit v1.2.1