From 37a350dbb6c82954c79e5b9700cb51eb83d3d2c2 Mon Sep 17 00:00:00 2001 From: eregon Date: Sun, 14 Apr 2013 22:38:26 +0000 Subject: * dir.c (File.fnmatch): fix typo in documentation git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dir.c b/dir.c index e4c53fd607..567a88c29f 100644 --- a/dir.c +++ b/dir.c @@ -2061,7 +2061,7 @@ fnmatch_brace(const char *pattern, VALUE val, void *enc) * * File.fnmatch('\?', '?') #=> true # escaped wildcard becomes ordinary * File.fnmatch('\a', 'a') #=> true # escaped ordinary remains ordinary - * File.fnmatch('\a', '\a', File::FNM_NOESCAPE) #=> true # FNM_NOESACPE makes '\' ordinary + * File.fnmatch('\a', '\a', File::FNM_NOESCAPE) #=> true # FNM_NOESCAPE makes '\' ordinary * File.fnmatch('[\?]', '?') #=> true # can escape inside bracket expression * * File.fnmatch('*', '.profile') #=> false # wildcard doesn't match leading -- cgit v1.2.3