Skip to content

Commit

Permalink
Fix confusing comment typo [ci skip] (#2761)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobherrington committed Dec 10, 2021
1 parent b15b78c commit 955e193
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/puma/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

module Puma
class << self
# The CLI exports its Puma::Configuration object here to allow
# apps to pick it up. An app needs to use it conditionally though
# since it is not set if the app is launched via another
# mechanism than the CLI class.
# The CLI exports a Puma::Configuration instance here to allow
# apps to pick it up. An app must load this object conditionally
# because it is not set if the app is launched via any mechanism
# other than the CLI class.
attr_accessor :cli_config
end

Expand Down

0 comments on commit 955e193

Please sign in to comment.