From 86e16f5726b944354ee96c01c78fb180e6af40bb Mon Sep 17 00:00:00 2001 From: Naveen Mahalingam Date: Fri, 20 Aug 2021 11:13:02 -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 b6d503f..1ccd972 100644 --- a/progress/units.go +++ b/progress/units.go @@ -4,7 +4,7 @@ import ( "fmt" ) -// UnitsNotationPosition determines units position relative of tracker value. +// UnitsNotationPosition determines notation position relative of unit value. type UnitsNotationPosition int // Supported unit positions relative to tracker value;