Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
minor spelling fix: pasing->passing
  • Loading branch information
philipcunningham committed Aug 20, 2012
commit 90a1e2496dabcc8fd6b228248c62be7245fa7b7f
2 changes: 1 addition & 1 deletion lib/observer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def changed?
# 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.
Expand Down