summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/class.c b/class.c
index 0913fb48d9..043abe3c00 100644
--- a/class.c
+++ b/class.c
@@ -1122,7 +1122,7 @@ rb_class_public_instance_methods(int argc, VALUE *argv, VALUE mod)
* Returns a list of the names of public and protected methods of
* <i>obj</i>. This will include all the methods accessible in
* <i>obj</i>'s ancestors.
- * If the <i>regular</i> parameter is set to <code>false</code>,
+ * If the <i>regular</i> parameter is set to <code>false</code>,
* Returns an array of obj's public and protected singleton methods,
* the array will not include methods in modules included in <i>obj</i>.
*