diff --git a/decor/decorators.go b/decor/decorators.go index e0beb58..f5bdaf4 100644 --- a/decor/decorators.go +++ b/decor/decorators.go @@ -41,7 +41,7 @@ ET_STYLE_MMSS ) -// Statistics is a struct, which Decorator interface depends upon. +// Statistics is a struct, which gets passed to a Decorator. type Statistics struct { ID int Completed bool