Skip to content

Commit

Permalink
Fix typo in AdaptiveColor's godoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Feb 6, 2022
1 parent bf2912e commit 8a90d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8a90d5a

Please sign in to comment.