Skip to content

Commit

Permalink
puma/launcher: Fixed typo (#1429)
Browse files Browse the repository at this point in the history
I noted this while trying to apply suggestions from #1363.
  • Loading branch information
perlun authored and nateberkopec committed Oct 9, 2017
1 parent b297e8d commit 70f309b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puma/launcher.rb
Expand Up @@ -40,7 +40,7 @@ class Launcher
# [200, {}, ["hello world"]]
# end
# end
# Puma::Launcher.new(conf, argv: Puma::Events.stdio).run
# Puma::Launcher.new(conf, events: Puma::Events.stdio).run
def initialize(conf, launcher_args={})
@runner = nil
@events = launcher_args[:events] || Events::DEFAULT
Expand Down

0 comments on commit 70f309b

Please sign in to comment.