Fix spelling

This commit is contained in:
John Bampton
2020-12-13 17:26:24 +10:00
parent 116e128b1a
commit 940dec5e7d
18 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ MRB_API mrb_value mrb_ary_clear(mrb_state *mrb, mrb_value self);
*
* @param mrb The mruby state reference.
* @param ary The target array
* @param sep The separater, can be NULL
* @param sep The separator, can be NULL
*/
MRB_API mrb_value mrb_ary_join(mrb_state *mrb, mrb_value ary, mrb_value sep);