From 13e191a3ee67702e5df5e6d6a1e67362c5458679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Flar=20Onur?= Date: Sun, 8 Jan 2023 14:41:41 -0800 Subject: [PATCH] Fix the typo --- inky/impression.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inky/impression.go b/inky/impression.go index a237b55..2890670 100644 --- a/inky/impression.go +++ b/inky/impression.go @@ -86,7 +86,7 @@ type DevImpression struct { // Color Palette used to convert images to the 7 color. Palette color.Palette - // Represantation of the pixels. + // Representation of the pixels. Pix []uint8 // Saturation level used by the color palette.