Skip to content

Commit

Permalink
Merge pull request #52672 from frenkel/patch-2
Browse files Browse the repository at this point in the history
This should not be in the codeblock
  • Loading branch information
skipkayhil authored and rafaelfranca committed Aug 21, 2024
1 parent 71030e5 commit da1ac65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activesupport/lib/active_support/notifications.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ module ActiveSupport
# event.allocations # => 1826 (objects)
# end
#
# +Event+ objects record CPU time and allocations. If you don't need this
# it's also possible to pass a block that accepts five arguments:
# +Event+ objects record CPU time and allocations. If you don't need this
# it's also possible to pass a block that accepts five arguments:
#
# ActiveSupport::Notifications.subscribe('render') do |name, start, finish, id, payload|
# name # => String, name of the event (such as 'render' from above)
Expand Down

0 comments on commit da1ac65

Please sign in to comment.