Fixed couple of typos

This commit is contained in:
Fabrizio Regini 2012-12-27 18:11:21 +01:00
parent 52691c369c
commit e63b752f63
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ from block args like this:
```ruby
ActiveSupport::Notifications.subscribe "process_action.action_controller" do |*args|
event = ActiveSupport::Notification::Event.new args
event = ActiveSupport::Notifications::Event.new *args
event.name # => "process_action.action_controller"
event.duration # => 10 (in milliseconds)