From 2dc501497e4e49c20be87dfbd86337f9e0795ec7 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Mon, 17 Mar 2025 16:12:34 -0400 Subject: [PATCH] [DOC] Fix indentation for documentation of Hash#compact --- hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash.c b/hash.c index 985aa1d93b..ed16468e72 100644 --- a/hash.c +++ b/hash.c @@ -4424,7 +4424,7 @@ delete_if_nil(VALUE key, VALUE value, VALUE hash) * h = {foo: 0, bar: nil, baz: 2, bat: nil} * h.compact # => {foo: 0, baz: 2} * - * Related: see {Methods for Deleting}[rdoc-ref:Hash@Methods+for+Deleting]. + * Related: see {Methods for Deleting}[rdoc-ref:Hash@Methods+for+Deleting]. */ static VALUE