diff --git a/class.c b/class.c
index c1cf6ab051..0b24acd1fc 100644
--- a/class.c
+++ b/class.c
@@ -1297,7 +1297,7 @@ rb_class_public_instance_methods(int argc, const VALUE *argv, VALUE mod)
* obj. This will include all the methods accessible in
* obj's ancestors.
* If the optional parameter is false
, it
- * returns an array of obj's public and protected singleton methods,
+ * returns an array of obj's public and protected singleton methods,
* the array will not include methods in modules included in obj.
*
* class Klass