Skip to content

Commit efeee78

Browse files
authored
Merge pull request rails#52672 from frenkel/patch-2
This should not be in the codeblock
2 parents b3347c3 + b52f6bf commit efeee78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

activesupport/lib/active_support/notifications.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ module ActiveSupport
3636
# event.allocations # => 1826 (objects)
3737
# end
3838
#
39-
# +Event+ objects record CPU time and allocations. If you don't need this
40-
# it's also possible to pass a block that accepts five arguments:
39+
# +Event+ objects record CPU time and allocations. If you don't need this
40+
# it's also possible to pass a block that accepts five arguments:
4141
#
4242
# ActiveSupport::Notifications.subscribe('render') do |name, start, finish, id, payload|
4343
# name # => String, name of the event (such as 'render' from above)

0 commit comments

Comments
 (0)