summaryrefslogtreecommitdiff
path: root/struct.c
diff options
context:
space:
mode:
authorSampat Badhe <sampatbadhe@gmail.com>2023-03-08 08:56:26 +0530
committerGitHub <noreply@github.com>2023-03-08 12:26:26 +0900
commitae2dbdf11e48f01f1c9d29903fae536af6add2a5 (patch)
tree5c5ba12d5b8169880e62f0b9fff0059857dbfb1b /struct.c
parentec05ba7ca30436768f50afabddb4642e8060dace (diff)
downloadruby-ae2dbdf11e48f01f1c9d29903fae536af6add2a5.tar.gz
[DOC] Fix broken link Data#deconstruct_keys
Diffstat (limited to 'struct.c')
-rw-r--r--struct.c2
1 files changed, 1 insertions, 1 deletions
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