summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
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