Skip to content

Commit

Permalink
Add missing punctucation in DSL comment (puma#3310)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
p8 committed Jan 9, 2024
1 parent 99f83c5 commit 704d251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puma/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def log_formatter(&block)

# Configure the number of threads to use to answer requests.
#
# It can be a single fixed number, or a +min+ and a +max+
# It can be a single fixed number, or a +min+ and a +max+.
#
# The default is the environment variables +PUMA_MIN_THREADS+ / +PUMA_MAX_THREADS+
# (or +MIN_THREADS+ / +MAX_THREADS+ if the +PUMA_+ variables aren't set).
Expand Down

0 comments on commit 704d251

Please sign in to comment.