Skip to content

Commit 60bdf03

Browse files
committed
[DOC] Adjusted spacing [ci skip]
1 parent 37b96d6 commit 60bdf03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3261,7 +3261,7 @@ fnmatch_brace(const char *pattern, VALUE val, void *enc)
32613261
* File.fnmatch('**.rb', 'main.rb') #=> true
32623262
* File.fnmatch('**.rb', './main.rb') #=> false
32633263
* File.fnmatch('**.rb', 'lib/song.rb') #=> true
3264-
* File.fnmatch('*', 'dave/.profile') #=> true
3264+
* File.fnmatch('*', 'dave/.profile') #=> true
32653265
*
32663266
* pattern = '*' '/' '*'
32673267
* File.fnmatch(pattern, 'dave/.profile', File::FNM_PATHNAME) #=> false

0 commit comments

Comments
 (0)