From 5b8e401e609a71a763d00dc8c950ee63bdea6764 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Thu, 12 Sep 2024 14:59:57 -0400 Subject: [PATCH] Fix spelling mistake in HSVAColorPicker documentation --- colorpicker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colorpicker.go b/colorpicker.go index f8a998b..385cda0 100644 --- a/colorpicker.go +++ b/colorpicker.go @@ -14,7 +14,7 @@ var _ tomo.Object = new(HSVAColorPicker) // parameters. // // Sub-components: -// - ColorPickerMap is a recangular control where the X axis controls +// - ColorPickerMap is a rectangular control where the X axis controls // saturation and the Y axis controls value. type HSVAColorPicker struct { box tomo.ContainerBox