diff options
author | S.H <[email protected]> | 2020-10-10 17:52:21 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-10 04:52:21 -0400 |
commit | 5e120a238904dd1d9e104b5b4cb97cae052c25c8 (patch) | |
tree | 93c62e0c68fe4c61d84243fbf19ae2f73aca7048 /object.c | |
parent | df25007046078eef2abc8f98213cb24b8c366a48 (diff) |
Improve doc in rb_class_real doc (#3637)
Notes
Notes:
Merged-By: marcandre <[email protected]>
Diffstat (limited to 'object.c')
-rw-r--r-- | object.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |