diff options
author | Kazuhiro NISHIYAMA <[email protected]> | 2020-01-29 08:30:39 +0900 |
---|---|---|
committer | Kazuhiro NISHIYAMA <[email protected]> | 2020-01-29 08:30:39 +0900 |
commit | 30236965057ed7b58b6f83b3103ccace67fbc2d7 () | |
tree | 1303e3af6ff6e3b79245e066429bdeb0c0fdfe98 /include/ruby/backward | |
parent | 7d02441f0d6e5c9d0a73a024519eba4f69e36dce (diff) |
Fix a typo [ci skip]
-rw-r--r-- | include/ruby/backward/cxxanyargs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -625,7 +625,7 @@ struct rb_define_global_function : public driver0<const char *, ::rb_define_glo /// @copydetails #rb_define_method #define rb_define_module_function(klass, mid, func, arity) ruby::backward::cxxanyargs::define_method::rb_define_module_function::specific<arity>::define(klass, mid, func) -/// @brief Defines ::rb_cKerbel \#mid. /// @param mid Name of the defining method. /// @param func Implementation of \#mid. /// @param arity Arity of \#mid. |