From 2d9bd0c4a0cc1175e27772f9240a6ec567751018 Mon Sep 17 00:00:00 2001 From: Pranav Date: Sat, 23 May 2020 17:24:48 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b81bf2..80a5e7f 100644 --- a/README.md +++ b/README.md @@ -692,7 +692,7 @@ int main() { `indicators` supports multi-byte unicode characters in progress bars. -If the `option::BarWidth` is set, the library aims to respect this setting. When filling the bar, if the next `Fill` string is has a display width that would exceed the bar width, then the library will fill the available portion with `' '` space characters instead. +If the `option::BarWidth` is set, the library aims to respect this setting. When filling the bar, if the next `Fill` string has a display width that would exceed the bar width, then the library will fill the remainder of the bar with `' '` space characters instead. See below an example of some progress bars, each with a bar width of 50, displaying different unicode characters: