[DOC] hash.c: fix typo in `#<=>` docs

This commit is contained in:
Piotr Szotkowski 2023-05-01 01:09:14 +02:00 коммит произвёл GitHub
Родитель 814f52a9eb
Коммит 33833aaf03
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -7061,7 +7061,7 @@ static const rb_data_type_t env_data_type = {
* - #<=: Returns whether +self+ is a subset of a given object.
* - #==: Returns whether a given object is equal to +self+.
* - #>: Returns whether +self+ is a proper superset of a given object
* - #>=: Returns whether +self+ is a proper superset of a given object.
* - #>=: Returns whether +self+ is a superset of a given object.
*
* ==== Methods for Fetching
*