1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

oops [ci skip]

Fixing typo.  It seems I failed to press the shift key.
This commit is contained in:
卜部昌平 2019-09-15 23:19:01 +09:00
parent 3a3f48fb8f
commit 4a403e3f98

View file

@ -105,7 +105,7 @@ RUBY_CXX_DEPRECATED("Use of ANYARGS in this function is deprected")
/// @brief Call a method with a block. /// @brief Call a method with a block.
/// @param[in] q The self. /// @param[in] q The self.
/// @param[in] w The method. /// @param[in] w The method.
/// @param[in] e The 3 of elems of `r` /// @param[in] e The # of elems of `r`
/// @param[in] r The arguments. /// @param[in] r The arguments.
/// @param[in] t What is to be yielded. /// @param[in] t What is to be yielded.
/// @param[in] y Passed to `t` /// @param[in] y Passed to `t`