From 2b6d40c184b58f9cef22d530bce7c34552900bb1 Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Sat, 19 Dec 2020 08:13:35 -0500 Subject: [PATCH] Fix typo setted -> set --- color.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/color.go b/color.go index 91c8e9f..fa49c98 100644 --- a/color.go +++ b/color.go @@ -387,7 +387,7 @@ func (c *Color) EnableColor() { } func (c *Color) isNoColorSet() bool { - // check first if we have user setted action + // check first if we have user set action if c.noColor != nil { return *c.noColor }