1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

fix error_logger comment

This commit is contained in:
Vyacheslav Alexeev 2020-06-07 15:58:47 +03:00
parent 4c5142785d
commit 1b0dd560fa

View file

@ -3,7 +3,7 @@
require 'puma/const'
module Puma
# The implementation of a logging in debug mode.
# The implementation of a detailed error logging.
#
class ErrorLogger
include Const