From 75e2a26b84e66496644a1a3c32067a7e17f1c7ae Mon Sep 17 00:00:00 2001 From: ayumin Date: Tue, 21 Aug 2012 13:03:30 +0000 Subject: * lib/observer.rb: fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/observer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/observer.rb b/lib/observer.rb index 688b1f556b..208d8ed6ed 100644 --- a/lib/observer.rb +++ b/lib/observer.rb @@ -184,7 +184,7 @@ module Observable # 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 *arg. + # This will invoke the method named in #add_observer, passing *arg. # The changed state is then set to +false+. # # *arg:: Any arguments to pass to the observers. -- cgit v1.2.3