fixes typo

This commit is contained in:
Xavier Noria
2011-11-05 12:09:18 -07:00
parent d287e90870
commit 56f16e25e9

View File

@@ -66,7 +66,7 @@ module ActiveSupport
# == Temporary Subscriptions
#
# Sometimes you do not want to subscribe to an event for the entire life of
# the application. There are two ways two unsubscribe.
# the application. There are two ways to unsubscribe.
#
# === Subscribe While a Block Runs
#