[DOC] Typo in Hash#key description "so/no such value"

This commit is contained in:
Dorian Marié (perso) 2023-09-02 18:47:50 +02:00 коммит произвёл GitHub
Родитель 3887b45f47
Коммит 8cd62fbc17
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2287,7 +2287,7 @@ key_i(VALUE key, VALUE value, VALUE arg)
* h.key(0) # => :foo
* h.key(2) # => :bar
*
* Returns +nil+ if so such value is found.
* Returns +nil+ if no such value is found.
*/
static VALUE