diff --git a/decor/decorator.go b/decor/decorator.go index 2fe40ae..cdbe1ea 100644 --- a/decor/decorator.go +++ b/decor/decorator.go @@ -42,7 +42,8 @@ ET_STYLE_MMSS ) -// Statistics is a struct, which gets passed to a Decorator. +// Statistics consists of progress related statistics, that Decorator +// may need. type Statistics struct { ID int Completed bool