diff --git a/README.md b/README.md index 63d4782..24a66e0 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,8 @@ mpb.PrependDecorators( decor.StaticName(name, 0, 0), // DSyncSpace is shortcut for DwidthSync|DextraSpace - // means sync the width of respective decorator's column - // and prepend one extra space. + // DwidthSync bit enables same column width synchronization + // DextraSpace bit prepends decorator's output with exactly one space decor.Percentage(3, decor.DSyncSpace), ), mpb.AppendDecorators( diff --git a/examples/simple/main.go b/examples/simple/main.go index f273b50..c1485be 100644 --- a/examples/simple/main.go +++ b/examples/simple/main.go @@ -27,8 +27,8 @@ mpb.PrependDecorators( decor.StaticName(name, 0, 0), // DSyncSpace is shortcut for DwidthSync|DextraSpace - // means sync the width of respective decorator's column - // and prepend one extra space. + // DwidthSync bit enables same column width synchronization + // DextraSpace bit prepends decorator's output with exactly one space decor.Percentage(3, decor.DSyncSpace), ), mpb.AppendDecorators(