Fix minor typos (#4126)

This commit is contained in:
Daniel Varga
2018-09-25 02:14:01 +02:00
committed by Yukihiro "Matz" Matsumoto
parent 8fc56f062e
commit 4d5e3e1e63
+2 -2
View File
@@ -385,7 +385,7 @@ MRB_API void mrb_define_class_method(mrb_state *, struct RClass *, const char *,
MRB_API void mrb_define_singleton_method(mrb_state*, struct RObject*, const char*, mrb_func_t, mrb_aspec);
/**
* Defines a module fuction.
* Defines a module function.
*
* Example:
*
@@ -530,7 +530,7 @@ MRB_API void mrb_undef_method_id(mrb_state*, struct RClass*, mrb_sym);
MRB_API void mrb_undef_class_method(mrb_state*, struct RClass*, const char*);
/**
* Initialize a new object instace of c class.
* Initialize a new object instance of c class.
*
* Example:
*