[DOC] Add parantheses in call-seq for Hash#eql?

This commit is contained in:
Peter Zhu 2023-12-27 11:15:13 -05:00
Родитель bb59696614
Коммит 7595c5d4a5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3786,7 +3786,7 @@ rb_hash_equal(VALUE hash1, VALUE hash2)
/*
* call-seq:
* hash.eql? object -> true or false
* hash.eql?(object) -> true or false
*
* Returns +true+ if all of the following are true:
* * +object+ is a \Hash object.