diff --git a/ChangeLog b/ChangeLog index 290dc0a886..05f3bdec32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jun 24 02:42:01 2013 Zachary Scott + + * win32/README.win32: grammar typo by @blankenshipz [Fix GH-334] + https://github.com/ruby/ruby/pull/334 + Mon Jun 24 00:59:35 2013 Tanaka Akira * bignum.c (BIGUP): Use LSHIFTX and avoid cast to consider the type diff --git a/win32/README.win32 b/win32/README.win32 index 78959ad310..6772ef3a70 100644 --- a/win32/README.win32 +++ b/win32/README.win32 @@ -129,7 +129,7 @@ in Japanese, but you can download at least. == Bugs -You can ((*NOT*)) use a path name contains any white space characters as +You can ((*NOT*)) use a path name that contains any white space characters as the ruby source directory, this restriction comes from the behavior of (({!INCLUDE})) directives of (({NMAKE})). ((- you may call it a bug. -))