1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix a typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2015-05-13 03:04:53 +00:00
parent 60730d91ce
commit 0579576d77

View file

@ -1,7 +1,7 @@
Wed May 13 11:13:40 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y (parse_gvar): separate message for gvar without
non-space characters from message for invalid identitirs.
non-space characters from message for invalid identifiers.
Tue May 12 22:18:27 2015 Masaki Matsushita <glass.saga@gmail.com>