[DOC] Remove useless word in Hash#eql?

This commit is contained in:
Peter Zhu 2023-12-27 11:16:31 -05:00
parent 7595c5d4a5
commit 4d4da09ae4

1
hash.c
View File

@ -3795,7 +3795,6 @@ rb_hash_equal(VALUE hash1, VALUE hash2)
*
* Otherwise, returns +false+.
*
* Equal:
* h1 = {foo: 0, bar: 1, baz: 2}
* h2 = {foo: 0, bar: 1, baz: 2}
* h1.eql? h2 # => true