From 4a403e3f9850901eaeaf3a261bf810bc18516ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Sun, 15 Sep 2019 23:19:01 +0900 Subject: [PATCH] oops [ci skip] Fixing typo. It seems I failed to press the shift key. --- include/ruby/backward/cxxanyargs.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ruby/backward/cxxanyargs.hpp b/include/ruby/backward/cxxanyargs.hpp index 51f730206f..604d50bd4d 100644 --- a/include/ruby/backward/cxxanyargs.hpp +++ b/include/ruby/backward/cxxanyargs.hpp @@ -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`