diff --git a/instrumentation/action_pack/lib/opentelemetry/instrumentation/action_pack/handlers/action_controller.rb b/instrumentation/action_pack/lib/opentelemetry/instrumentation/action_pack/handlers/action_controller.rb index eeed9e251..9ddbd0216 100644 --- a/instrumentation/action_pack/lib/opentelemetry/instrumentation/action_pack/handlers/action_controller.rb +++ b/instrumentation/action_pack/lib/opentelemetry/instrumentation/action_pack/handlers/action_controller.rb @@ -42,7 +42,7 @@ def start(_name, _id, payload) # Invoked by ActiveSupport::Notifications at the end of the instrumentation block # - # @param _name [String] of the Event (unused) + # @param _name [String] of the event (unused) # @param _id [String] of the event (unused) # @param payload [Hash] the payload passed as a method argument # @return [Hash] the payload passed as a method argument