This commit is contained in:
Nobuyoshi Nakada 2021-07-28 19:08:05 +09:00
Родитель 342dbd4f4e
Коммит 71945ad827
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7CD2805BFA3770C6
1 изменённых файлов: 1 добавлений и 1 удалений

2
hash.c
Просмотреть файл

@ -2356,7 +2356,7 @@ rb_hash_stlike_delete(VALUE hash, st_data_t *pkey, st_data_t *pval)
}
/*
* delete a specified entry a given key.
* delete a specified entry by a given key.
* if there is the corresponding entry, return a value of the entry.
* if there is no corresponding entry, return Qundef.
*/