diff --git a/color.go b/color.go index 731c5cb..428d964 100644 --- a/color.go +++ b/color.go @@ -1036,7 +1036,7 @@ func (c Color) Name(css ...bool) string { } // Hex returns the color's hexadecimal RGB 24-bit value with each component -// consisting of a single byte, ala R << 16 | G << 8 | B. If the color +// consisting of a single byte, R << 16 | G << 8 | B. If the color // is unknown or unset, -1 is returned. func (c Color) Hex() int32 { if !c.Valid() {