diff --git a/decor/decorators.go b/decor/decorators.go index 4fa2d0e..465c764 100644 --- a/decor/decorators.go +++ b/decor/decorators.go @@ -29,8 +29,7 @@ DSyncSpaceR = DwidthSync | DextraSpace | DidentRight ) -// Statistics represents statistics of the progress bar. -// Cantains: Total, Current, TimeElapsed, TimePerItemEstimate +// Statistics contains values useful for implementing a DecoratorFunc. type Statistics struct { ID int Completed bool