From 74c462a90047ca25be8c7cc922dfa2118fc06bfd Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 4 Jan 2019 08:22:27 +0000 Subject: 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 --- class.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'class.c') 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 -- cgit v1.2.3