Fix rdoc typo in ActiveSupport::Notifications

This commit is contained in:
Michael de Silva 2012-04-13 00:44:14 +03:00
parent 611020b4dd
commit 702d25e34d

@ -4,7 +4,7 @@
module ActiveSupport
# = Notifications
#
# +ActiveSupport::Notifications+ provides an instrumentation API for Ruby.
# <tt>ActiveSupport::Notifications</tt> provides an instrumentation API for Ruby.
#
# == Instrumenters
#