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@49194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2015-01-09 04:03:07 +00:00
parent 17a65c320d
commit 30253e6a24

View file

@ -3,7 +3,7 @@ Fri Jan 9 11:13:01 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y (assocs, assoc): eliminate splatting empty literal
hashes. [ruby-core:67446] [Bug #10719]
* compile.c (compile_array_): supprt splatted hash in hash type.
* compile.c (compile_array_): support splatted hash in hash type.
Fri Jan 9 10:57:09 2015 Vit Ondruch <vondruch@redhat.com>