diff --git a/README.md b/README.md index 6fc2c8b..f34824a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ // Star mpb's rendering goroutine. p := mpb.New() // Set custom width for every bar, which mpb will render - // The default one in 80 + // The default one is 80 p.SetWidth(100) // Set custom format for every bar, the default one is "[=>-]" p.Format("╢▌▌░╟") diff --git a/example_test.go b/example_test.go index 9c807c8..c400098 100644 --- a/example_test.go +++ b/example_test.go @@ -14,7 +14,7 @@ // Star mpb's rendering goroutine. p := mpb.New() // Set custom width for every bar, which mpb will contain - // The default one in 80 + // The default one is 80 p.SetWidth(100) // Set custom format for every bar, the default one is "[=>-]" p.Format("╢▌▌░╟")