diff --git a/decor/decorators.go b/decor/decorators.go index 1f2e772..cb98b5b 100644 --- a/decor/decorators.go +++ b/decor/decorators.go @@ -13,7 +13,8 @@ // | foo| b| Without DidentRight DidentRight = 1 << iota - // DwidthSync will auto sync max width + // DwidthSync will auto sync max width. + // Makes sence when there're more than one bar DwidthSync // DextraSpace adds extra space, makes sense with DwidthSync only.