diff --git a/bar_option.go b/bar_option.go index 66656d9..976c6a8 100644 --- a/bar_option.go +++ b/bar_option.go @@ -104,8 +104,7 @@ } } -// BarExtender is an option to extend bar to the next new line, with -// arbitrary output. +// BarExtender provides a way to extend bar to the next new line. func BarExtender(filler BarFiller) BarOption { if filler == nil { return nil