Fix typo in AdaptiveColor's godoc comment

This commit is contained in:
Christian Muehlhaeuser 2022-02-06 00:35:33 +01:00
parent bf2912e703
commit 8a90d5aa4b

View File

@ -151,7 +151,7 @@ func (c Color) RGBA() (r, g, b, a uint32) {
}
// AdaptiveColor provides color options for light and dark backgrounds. The
// appropriate color with be returned at runtime based on the darkness of the
// appropriate color will be returned at runtime based on the darkness of the
// terminal background color.
//
// Example usage: