Skip to content

Commit

Permalink
Merge pull request #127 from bl-ue/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
fatih committed Jan 31, 2021
2 parents d66acdd + 2b6d40c commit 4d2835f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color.go
Expand Up @@ -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
}
Expand Down

0 comments on commit 4d2835f

Please sign in to comment.