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

This commit is contained in:
Peter Zhu 2023-12-27 11:15:13 -05:00
parent bb59696614
commit 7595c5d4a5

2
hash.c
View File

@ -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.