Skip to content

Commit 75e2a26

Browse files
committed
* lib/observer.rb: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent d4c84d1 commit 75e2a26

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Tue Aug 21 21:59:22 2012 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
2+
3+
* lib/observer.rb: fix typo. https://github.com/ruby/ruby/pull/162 by
4+
unsymbol (Philip Cunningham).
5+
16
Tue Aug 21 20:30:06 2012 Benoit Daloze <eregontp@gmail.com>
27

38
* test/fileutils/test_fileutils.rb (TestFileUtils#teardown):

lib/observer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def changed?
184184
# Notify observers of a change in state *if* this object's changed state is
185185
# +true+.
186186
#
187-
# This will invoke the method named in #add_observer, pasing <tt>*arg</tt>.
187+
# This will invoke the method named in #add_observer, passing <tt>*arg</tt>.
188188
# The changed state is then set to +false+.
189189
#
190190
# <tt>*arg</tt>:: Any arguments to pass to the observers.

0 commit comments

Comments
 (0)