Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP

minor spelling fix: pasing->passing #162

Closed
wants to merge 1 commit into from

3 participants

Philip Cunningham Don't Add Me To Your Organization a.k.a The Travis Bot Ayumu AIZAWA
Philip Cunningham

as in title.

Don't Add Me To Your Organization a.k.a The Travis Bot

This pull request passes (merged 90a1e24 into f4bc341).

Ayumu AIZAWA
Collaborator

Merged by 75e2a26 . Thanks.

Ayumu AIZAWA ayumin closed this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Commits on Aug 20, 2012
  1. Philip Cunningham
This page is out of date. Refresh to see the latest.
Showing with 1 addition and 1 deletion.
  1. +1 1  lib/observer.rb
2  lib/observer.rb
View
@@ -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.
Something went wrong with that request. Please try again.