From 366185a54d16de899134026d06f579bb6a0d20ba Mon Sep 17 00:00:00 2001 From: dearblue Date: Thu, 6 Oct 2022 21:56:38 +0900 Subject: [PATCH] Corrected document directive to "call-seq" --- mrbgems/mruby-struct/src/struct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrbgems/mruby-struct/src/struct.c b/mrbgems/mruby-struct/src/struct.c index beecea6cb..37eb9b55b 100644 --- a/mrbgems/mruby-struct/src/struct.c +++ b/mrbgems/mruby-struct/src/struct.c @@ -559,7 +559,7 @@ mrb_struct_equal(mrb_state *mrb, mrb_value s) /* 15.2.18.4.12(x) */ /* - * code-seq: + * call-seq: * struct.eql?(other) -> true or false * * Two structures are equal if they are the same object, or if all their