From 5e120a238904dd1d9e104b5b4cb97cae052c25c8 Mon Sep 17 00:00:00 2001 From: "S.H" Date: Sat, 10 Oct 2020 17:52:21 +0900 Subject: Improve doc in rb_class_real doc (#3637) --- object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'object.c') 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) -- cgit v1.2.3