summaryrefslogtreecommitdiff
path: root/class.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-24 04:51:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-24 04:51:05 +0000
commit6500760bd35bd14fb9ffaf35fa5aa8f85c0846f0 (patch)
treec2305f69b3a1895e9ba3fd09e3f7ab3088749268 /class.c
parent0b4214ad9b53c2978cbca3ac08d467f03bdabd8d (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'class.c')
-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>.
*