summaryrefslogtreecommitdiff
path: root/include/ruby
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2019-09-15 23:19:01 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2019-09-15 23:22:41 +0900
commit4a403e3f9850901eaeaf3a261bf810bc18516ca6 (patch)
treea1541bb0310653eb93a4ff2c2729f03050a17a72 /include/ruby
parent3a3f48fb8fbdbb810d9b675159529970015316b9 (diff)
oops [ci skip]
Fixing typo. It seems I failed to press the shift key.
Diffstat (limited to 'include/ruby')
-rw-r--r--include/ruby/backward/cxxanyargs.hpp2
1 files changed, 1 insertions, 1 deletions
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`