summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
authorS.H <gamelinks007@gmail.com>2020-10-10 17:52:21 +0900
committerGitHub <noreply@github.com>2020-10-10 04:52:21 -0400
commit5e120a238904dd1d9e104b5b4cb97cae052c25c8 (patch)
tree93c62e0c68fe4c61d84243fbf19ae2f73aca7048 /object.c
parentdf25007046078eef2abc8f98213cb24b8c366a48 (diff)
Improve doc in rb_class_real doc (#3637)
Notes
Notes: Merged-By: marcandre <github@marc-andre.ca>
Diffstat (limited to 'object.c')
-rw-r--r--object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/object.c b/object.c
index a7fb9dd3a0..f03f3a78ff 100644
--- a/object.c
+++ b/object.c
@@ -279,7 +279,7 @@ rb_obj_not_equal(VALUE obj1, VALUE obj2)
* It returns the \a cl itself if it is neither a singleton class or a module.
*
* \param[in] cl a Class object.
- * \return the ancestor class found, or a falsey value if nothing found.
+ * \return the ancestor class found, or Qfalse if nothing found.
*/
VALUE
rb_class_real(VALUE cl)