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

ruby-changes:39397

From: hsbt <ko1@a...>
Date: Tue, 4 Aug 2015 09:36:00 +0900 (JST)
Subject: [ruby-changes:39397] hsbt:r51478 (trunk): * proc.c: Removing duplicate doc [fix GH-987][ci skip]

hsbt	2015-08-04 09:35:26 +0900 (Tue, 04 Aug 2015)

  New Revision: 51478

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

  Log:
    * proc.c: Removing duplicate doc [fix GH-987][ci skip]
      Patch by @ronakjangir47

  Modified files:
    trunk/ChangeLog
    trunk/proc.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 51477)
+++ ChangeLog	(revision 51478)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Tue Aug  4 09:32:30 2015  SHIBATA Hiroshi  <hsbt@r...>
+
+	* proc.c: Removing duplicate doc [fix GH-987][ci skip]
+	  Patch by @ronakjangir47
+
 Tue Aug  4 09:21:58 2015  Richard Schneeman  <richard.schneeman+foo@g...>
 
 	* doc/contributing.rdoc: fixed wrong instructions with OS X
Index: proc.c
===================================================================
--- proc.c	(revision 51477)
+++ proc.c	(revision 51478)
@@ -1909,7 +1909,7 @@ rb_method_call_with_block(int argc, cons https://github.com/ruby/ruby/blob/trunk/proc.c#L1909
  *  these is an <code>UnboundMethod</code> object.
  *
  *  Unbound methods can only be called after they are bound to an
- *  object. That object must be be a kind_of? the method's original
+ *  object. That object must be a kind_of? the method's original
  *  class.
  *
  *     class Square

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

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