diff --git a/hash.c b/hash.c index 80651b03e7..87a30c45e8 100644 --- a/hash.c +++ b/hash.c @@ -2506,7 +2506,7 @@ rb_hash_delete(VALUE hash, VALUE key) /* * call-seq: * hash.delete(key) -> value or nil - * hash.delete(key) { |key| ... } - value * * Deletes the entry for the given +key+ * and returns its associated value.