From ae2dbdf11e48f01f1c9d29903fae536af6add2a5 Mon Sep 17 00:00:00 2001 From: Sampat Badhe Date: Wed, 8 Mar 2023 08:56:26 +0530 Subject: [PATCH] [DOC] Fix broken link Data#deconstruct_keys --- struct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/struct.c b/struct.c index 14fe100412..efdf63f56e 100644 --- a/struct.c +++ b/struct.c @@ -1605,7 +1605,7 @@ rb_struct_dig(int argc, VALUE *argv, VALUE self) * distance.unit #=> "km" * * Constructed object also has a reasonable definitions of #== - * operator, #to_h hash conversion, and #deconstruct/#deconstruct_keys + * operator, #to_h hash conversion, and #deconstruct / #deconstruct_keys * to be used in pattern matching. * * ::define method accepts an optional block and evaluates it in