From 48c006b5cacf9464aa26cfd159a1038b31007a19 Mon Sep 17 00:00:00 2001 From: Naveen Mahalingam Date: Fri, 20 Aug 2021 11:13:15 -0700 Subject: [PATCH] minor comments fix --- progress/units.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progress/units.go b/progress/units.go index 1ccd972..5839fac 100644 --- a/progress/units.go +++ b/progress/units.go @@ -4,7 +4,7 @@ import ( "fmt" ) -// UnitsNotationPosition determines notation position relative of unit value. +// UnitsNotationPosition determines notation position relative to unit value. type UnitsNotationPosition int // Supported unit positions relative to tracker value;