1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Improve doc in rb_class_real doc (#3637)

This commit is contained in:
S.H 2020-10-10 17:52:21 +09:00 committed by GitHub
parent df25007046
commit 5e120a2389
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2020-10-10 17:52:50 +09:00
Merged-By: marcandre <github@marc-andre.ca>

View file

@ -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)