From dc2c0ac397206d197612365c9e3002e87ccbc638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Flar=20Onur?= Date: Sat, 14 Jan 2023 15:10:45 -0800 Subject: [PATCH] Another outdated comment fix --- inky/impression.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inky/impression.go b/inky/impression.go index d495669..5fe996b 100644 --- a/inky/impression.go +++ b/inky/impression.go @@ -95,7 +95,7 @@ type DevImpression struct { res int } -// NewMulti opens a handle to an Inky Impression. +// NewImpression opens a handle to an Inky Impression. func NewImpression(p spi.Port, dc gpio.PinOut, reset gpio.PinOut, busy gpio.PinIn, o *Opts) (*DevImpression, error) { if o.ModelColor != Multi { return nil, fmt.Errorf("unsupported color: %v", o.ModelColor)