diff --git a/decor/decorators.go b/decor/decorators.go index 73b7f57..09bcf9c 100644 --- a/decor/decorators.go +++ b/decor/decorators.go @@ -47,7 +47,7 @@ type DecoratorFunc func(s *Statistics, widthAccumulator chan<- int, widthDistributor <-chan int) string // OnComplete returns decorator, which wraps provided `fn` decorator, with sole -// purpose to display final on cemplete message. +// purpose to display final on complete message. // // `fn` DecoratorFunc to wrap //