From 4332dd475fd1b0d3369f86628d92082e46efc403 Mon Sep 17 00:00:00 2001 From: RPJosh Date: Thu, 13 Apr 2023 21:37:19 +0200 Subject: [PATCH] Commit only for pkg.go --- logger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logger.go b/logger.go index 1d9bda6..4647464 100755 --- a/logger.go +++ b/logger.go @@ -31,7 +31,7 @@ type Logger struct { PrintSource bool // Colorizes the log messages for the console. - // Even if you set this to true, the user is able to overwrite this behaviour by + // Even if you set this to true the user is able to overwrite this behaviour by // setting the environment variables "TERMINAL_DISABLE_COLORS" and // "TERMINAL_ENABLE_COLORS" (to force coloring for "unsupported" terminals) ColoredOutput bool