Merge pull request #5801 from dearblue/doc/call-seq

Corrected document directive to "call-seq"
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-10-07 12:04:59 +09:00
committed by GitHub
+1 -1
View File
@@ -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