mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix minor typos (#4126)
This commit is contained in:
committed by
Yukihiro "Matz" Matsumoto
parent
8fc56f062e
commit
4d5e3e1e63
+2
-2
@@ -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:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user