зеркало из https://github.com/github/ruby.git
[DOC] hash.c: fix typo in `#<=>` docs
This commit is contained in:
Родитель
814f52a9eb
Коммит
33833aaf03
2
hash.c
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
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче