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

ruby-changes:26661

From: drbrain <ko1@a...>
Date: Sun, 6 Jan 2013 11:11:55 +0900 (JST)
Subject: [ruby-changes:26661] drbrain:r38712 (trunk): * doc/syntax/modules_and_classes.rdoc: Fixed typo.

drbrain	2013-01-06 11:11:40 +0900 (Sun, 06 Jan 2013)

  New Revision: 38712

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

  Log:
    * doc/syntax/modules_and_classes.rdoc:  Fixed typo.

  Modified files:
    trunk/ChangeLog
    trunk/doc/syntax/modules_and_classes.rdoc

Index: doc/syntax/modules_and_classes.rdoc
===================================================================
--- doc/syntax/modules_and_classes.rdoc	(revision 38711)
+++ doc/syntax/modules_and_classes.rdoc	(revision 38712)
@@ -334,5 +334,5 @@ is equivalent to this code block: https://github.com/ruby/ruby/blob/trunk/doc/syntax/modules_and_classes.rdoc#L334
     end
   end
 
-Both objects with have a +my_method+ that returns +2+.
+Both objects will have a +my_method+ that returns +2+.
 
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 38711)
+++ ChangeLog	(revision 38712)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Jan  6 11:11:26 2013  Eric Hodel  <drbrain@s...>
+
+	* doc/syntax/modules_and_classes.rdoc:  Fixed typo.
+
 Sun Jan  6 05:35:18 2013  Eric Hodel  <drbrain@s...>
 
 	* doc/syntax/modules_and_classes.rdoc:  Added singleton classes

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

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