mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo [ci skip]
This commit is contained in:
parent
7d02441f0d
commit
3023696505
1 changed files with 1 additions and 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.
|
||||
/// @brief Defines ::rb_mKernel \#mid.
|
||||
/// @param mid Name of the defining method.
|
||||
/// @param func Implementation of \#mid.
|
||||
/// @param arity Arity of \#mid.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue