aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'object.c')
-rw-r--r--object.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/object.c b/object.c
index eda9caffc0..7d8a143b9a 100644
--- a/object.c
+++ b/object.c
@@ -1551,7 +1551,7 @@ true_xor(VALUE obj, VALUE obj2)
* call-seq:
* false.to_s -> "false"
*
- * 'nuf said...
+ * The string representation of <code>false</code> is "false".
*/
static VALUE
@@ -1817,7 +1817,7 @@ rb_mod_eqq(VALUE mod, VALUE arg)
*
* \param[in] mod a Module object
* \param[in] arg another Module object or an iclass of a module
- * \retval Qtrue if \a mod inherits \a arg
+ * \retval Qtrue if \a mod inherits \a arg, or \a mod equals \a arg
* \retval Qfalse if \a arg inherits \a mod
* \retval Qnil if otherwise
*++