fix spelling in doc

This commit is contained in:
faiface 2017-04-09 23:19:30 +02:00
parent 9238e701a7
commit bb7b98eda8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package pixel
import "image/color"
// RGBA represents a alpha-premultiplied RGBA color with components within range [0, 1].
// RGBA represents an alpha-premultiplied RGBA color with components within range [0, 1].
//
// The difference between color.RGBA is that the value range is [0, 1] and the values are floats.
type RGBA struct {