[前][次][番号順一覧][スレッド一覧]

ruby-changes:54488

From: nobu <ko1@a...>
Date: Fri, 4 Jan 2019 17:22:32 +0900 (JST)
Subject: [ruby-changes:54488] nobu:r66703 (trunk): class.c: [DOC] fix close tag [ci skip]

nobu	2019-01-04 17:22:27 +0900 (Fri, 04 Jan 2019)

  New Revision: 66703

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66703

  Log:
    class.c: [DOC] fix close tag [ci skip]

  Modified files:
    trunk/class.c
Index: class.c
===================================================================
--- class.c	(revision 66702)
+++ class.c	(revision 66703)
@@ -1297,7 +1297,7 @@ rb_class_public_instance_methods(int arg https://github.com/ruby/ruby/blob/trunk/class.c#L1297
  *  <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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]