summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatt Valentine-House <matt@eightbitraptor.com>2022-12-13 11:15:00 +0000
committerPeter Zhu <peter@peterzhu.ca>2022-12-13 15:42:14 -0500
commit83c12b5baaf59a48fccab56850278fd3578bc542 (patch)
treed19c554fcd592187cac76358ef6e95cade41c111 /include
parent74995162fc5d530e1a7a91b9f5c11a3b270f7f5f (diff)
downloadruby-83c12b5baaf59a48fccab56850278fd3578bc542.tar.gz
[ci skip] Fix Doxygen for ROBJECT Macro
Diffstat (limited to 'include')
-rw-r--r--include/ruby/internal/core/robject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ruby/internal/core/robject.h b/include/ruby/internal/core/robject.h
index f51c524081..b1c2e1b0a9 100644
--- a/include/ruby/internal/core/robject.h
+++ b/include/ruby/internal/core/robject.h
@@ -37,8 +37,8 @@
/**
* Convenient casting macro.
*
- * @param obj An object, which is in fact an ::RRegexp.
- * @return The passed object casted to ::RRegexp.
+ * @param obj An object, which is in fact an ::RObject.
+ * @return The passed object casted to ::RObject.
*/
#define ROBJECT(obj) RBIMPL_CAST((struct RObject *)(obj))
/** @cond INTERNAL_MACRO */