Skip to content

Commit

Permalink
Documentation: make it clearer that subscribers are not notified asyn…
Browse files Browse the repository at this point in the history
…chronously, but saved for later use.
  • Loading branch information
Schnittchen committed Jun 16, 2012
1 parent d28ba0d commit c779a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/notifications.rb
Expand Up @@ -33,7 +33,7 @@ module ActiveSupport
# end
#
# That code returns right away, you are just subscribing to "render" events.
# The block will be called asynchronously whenever someone instruments "render":
# The block is saved and will be called whenever someone instruments "render":
#
# ActiveSupport::Notifications.instrument("render", :extra => :information) do
# render :text => "Foo"
Expand Down

0 comments on commit c779a47

Please sign in to comment.