diff --git a/ChangeLog b/ChangeLog index 1c87870d37..f85e186121 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -Tue Jun 9 15:11:07 2009 Nobuyoshi Nakada +Tue Jun 9 15:13:14 2009 Nobuyoshi Nakada + + * dir.c (dir_s_glob): fixed rdoc. a patch from Joseph Pecoraro a + [ruby-core:23767]. * dir.c (sys_warning): get rid of type-punning function cast. diff --git a/dir.c b/dir.c index e0be174f6b..5c7d00222b 100644 --- a/dir.c +++ b/dir.c @@ -1652,7 +1652,7 @@ dir_s_aref(int argc, VALUE *argv, VALUE obj) * match all files beginning with * c; *c will match * all files ending with c; and - * *c* will match all files that + * \*c\* will match all files that * have c in them (including at * the beginning or end). Equivalent to * / .* /x in regexp.