Typo fixed.

parent ec63b1a0
...@@ -1744,7 +1744,7 @@ mrb_class_path(mrb_state *mrb, struct RClass *c) ...@@ -1744,7 +1744,7 @@ mrb_class_path(mrb_state *mrb, struct RClass *c)
return mrb_class_find_path(mrb, c); return mrb_class_find_path(mrb, c);
} }
else if (mrb_symbol_p(path)) { else if (mrb_symbol_p(path)) {
/* topleve class/module */ /* toplevel class/module */
const char *str; const char *str;
mrb_int len; mrb_int len;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment