From 3a8371e1b8c6b6a92e0655330a3364266764e821 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Tue, 23 Jan 2018 23:19:45 +0100 Subject: [PATCH] Fix comment typo in Rackstash::Logger --- lib/rackstash/logger.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rackstash/logger.rb b/lib/rackstash/logger.rb index 67b91b6..6457c9e 100644 --- a/lib/rackstash/logger.rb +++ b/lib/rackstash/logger.rb @@ -320,7 +320,7 @@ module Rackstash # base logger immediately. # # @param severity [Integer] The log severity. One of the {SEVERITIES} - # consants. + # constants. # @param msg [#to_s, ::Hash, Exception, nil] The log message. If unset, we # try, to use the return value of the optional block. If we get a `String` # or `Exception`, we log a new {Message}. If it's a Hash, we deep_merge it