summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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