From bb7b98eda8199e8c65ee038e9144b20a7ceca21e Mon Sep 17 00:00:00 2001 From: faiface <faiface@ksp.sk> Date: Sun, 9 Apr 2017 23:19:30 +0200 Subject: [PATCH] fix spelling in doc --- color.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/color.go b/color.go index 589d60d..d14c6ab 100644 --- a/color.go +++ b/color.go @@ -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 { -- GitLab