summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class.c b/src/class.c
index d46862baf..4a010dcb5 100644
--- a/src/class.c
+++ b/src/class.c
@@ -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();