mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
fix mrb_notimplement typo
This commit is contained in:
+1
-1
@@ -373,7 +373,7 @@ mrb_notimplement(mrb_state *mrb, mrb_value self)
|
||||
if (ci->mid) {
|
||||
str = mrb_sym2name_len(mrb, ci->mid, &len);
|
||||
mrb_raisef(mrb, E_NOTIMP_ERROR,
|
||||
"%S() function is unimplemented on this machine not implemented",
|
||||
"%S() function is unimplemented on this machine",
|
||||
mrb_str_new_static(mrb, str, (size_t)len));
|
||||
}
|
||||
return mrb_nil_value();
|
||||
|
||||
Reference in New Issue
Block a user