From 4d4da09ae490120fd07ef083a0fef0ea5d8b3f7e Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Wed, 27 Dec 2023 11:16:31 -0500 Subject: [PATCH] [DOC] Remove useless word in Hash#eql? --- hash.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hash.c b/hash.c index 4b74261ae8..720efd83e6 100644 --- a/hash.c +++ b/hash.c @@ -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