From d157ae4b5ff2eedd793b6e2e16bb3123ebcfde30 Mon Sep 17 00:00:00 2001 From: "Amy G. Dalin" Date: Sun, 23 Feb 2025 14:57:27 -0500 Subject: [PATCH] Fixed minor typo. --- oklab_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oklab_test.go b/oklab_test.go index cdc82cb..265bd3e 100644 --- a/oklab_test.go +++ b/oklab_test.go @@ -151,7 +151,7 @@ func Test_Model(t *testing.T) { }, { // test the handling of the NRGBAColor interface; as // all the types that support it have special handling - // that would take precidence. + // that would take precedence. "testNRGBAColor: invisible Floral White", testNRGBAColor{color.NRGBA64{R: 0xff, G: 0xfa, B: 0xf0, A: 0x00}}, color.ModelFunc(testNRGBAModel),