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

ruby-changes:24706

From: ayumin <ko1@a...>
Date: Tue, 21 Aug 2012 22:03:42 +0900 (JST)
Subject: [ruby-changes:24706] ayumin:r36757 (trunk): * lib/observer.rb: fix typo.

ayumin	2012-08-21 22:03:30 +0900 (Tue, 21 Aug 2012)

  New Revision: 36757

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

  Log:
    * lib/observer.rb: fix typo.

  Modified files:
    trunk/ChangeLog
    trunk/lib/observer.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 36756)
+++ ChangeLog	(revision 36757)
@@ -1,3 +1,8 @@
+Tue Aug 21 21:59:22 2012  Ayumu AIZAWA  <ayumu.aizawa@g...>
+
+	* lib/observer.rb: fix typo. https://github.com/ruby/ruby/pull/162 by
+	  unsymbol (Philip Cunningham).
+
 Tue Aug 21 20:30:06 2012  Benoit Daloze  <eregontp@g...>
 
 	* test/fileutils/test_fileutils.rb (TestFileUtils#teardown):
Index: lib/observer.rb
===================================================================
--- lib/observer.rb	(revision 36756)
+++ lib/observer.rb	(revision 36757)
@@ -184,7 +184,7 @@
   # Notify observers of a change in state *if* this object's changed state is
   # +true+.
   #
-  # This will invoke the method named in #add_observer, pasing <tt>*arg</tt>.
+  # This will invoke the method named in #add_observer, passing <tt>*arg</tt>.
   # The changed state is then set to +false+.
   #
   # <tt>*arg</tt>:: Any arguments to pass to the observers.

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

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