[DOC] Fix indentation for documentation of Hash#compact

This commit is contained in:
Peter Zhu 2025-03-17 16:12:34 -04:00
parent 52f6563422
commit 2dc501497e

2
hash.c
View File

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