This commit is contained in:
Kazuhiro NISHIYAMA 2019-09-09 20:06:00 +09:00
Родитель 551edf64bc
Коммит 0691a748b6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 262ED8DBB4222F7A
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4082,7 +4082,7 @@ compile_hash(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *node, int popp
/* Compilation of a hash literal (or keyword arguments).
* This is very similar to compile_array, but there are some differences:
*
* - It contains key-value pairs. So we need to take every two elments.
* - It contains key-value pairs. So we need to take every two elements.
* We can assume that the length is always even.
*
* - Merging is done by a method call (id_core_hash_merge_ptr).