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)