Fixing typo.  It seems I failed to press the shift key.
This commit is contained in:
卜部昌平 2019-09-15 23:19:01 +09:00
Родитель 3a3f48fb8f
Коммит 4a403e3f98
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -105,7 +105,7 @@ RUBY_CXX_DEPRECATED("Use of ANYARGS in this function is deprected")
/// @brief Call a method with a block.
/// @param[in] q The self.
/// @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] t What is to be yielded.
/// @param[in] y Passed to `t`