aboutsummaryrefslogtreecommitdiffstats
path: root/class.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-04 08:22:27 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-04 08:22:27 +0000
commit74c462a90047ca25be8c7cc922dfa2118fc06bfd (patch)
tree9eb3bc3b88c8eb1fb6438475970d2dbe8ee4aa1e /class.c
parent87e628d66b7bf98f276dbd38b810f0197f821081 (diff)
downloadruby-74c462a90047ca25be8c7cc922dfa2118fc06bfd.tar.gz
class.c: [DOC] fix close tag [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66703 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 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)
* <i>obj</i>. This will include all the methods accessible in
* <i>obj</i>'s ancestors.
* If the optional parameter is <code>false</code>, it
- * returns an array of <i>obj<i>'s public and protected singleton methods,
+ * returns an array of <i>obj</i>'s public and protected singleton methods,
* the array will not include methods in modules included in <i>obj</i>.
*
* class Klass