diff options
| author | Daniel Varga <[email protected]> | 2018-09-25 02:14:01 +0200 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-09-25 09:14:01 +0900 |
| commit | 4d5e3e1e634c21452d8f1eef895b5e11ab809b56 (patch) | |
| tree | 178f3cf8695bc8027a25fde975a6290c87dc1e21 /include/mruby.h | |
| parent | 8fc56f062e40ce9eaaa61ab917cfccc2c23989d1 (diff) | |
| download | mruby-4d5e3e1e634c21452d8f1eef895b5e11ab809b56.tar.gz mruby-4d5e3e1e634c21452d8f1eef895b5e11ab809b56.zip | |
Fix minor typos (#4126)
Diffstat (limited to 'include/mruby.h')
| -rw-r--r-- | include/mruby.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mruby.h b/include/mruby.h index 2d30d3d27..8eff31746 100644 --- a/include/mruby.h +++ b/include/mruby.h @@ -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: * |
