We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8198cca commit 90a1e24Copy full SHA for 90a1e24
lib/observer.rb
@@ -184,7 +184,7 @@ def changed?
184
# Notify observers of a change in state *if* this object's changed state is
185
# +true+.
186
#
187
- # 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>.
188
# The changed state is then set to +false+.
189
190
# <tt>*arg</tt>:: Any arguments to pass to the observers.
0 commit comments