Update README.md

This commit is contained in:
Pranav
2020-02-23 20:32:41 +05:30
committed by GitHub
parent 3fb4eb9dd1
commit 4b1ce0d2f7

View File

@@ -53,7 +53,7 @@ To introduce a progress bar in your application, include `indicators/progress_ba
^^^^^^^^^^^^^ Bar Width ^^^^^^^^^^^^^^^
```
The amount of progress in ProgressBar is maintained as a size_t in range `[0, 100]`. When progress reaches 100, the progression is complete.
The amount of progress in ProgressBar is maintained as a `size_t` in range `[0, 100]`. When progress reaches 100, the progression is complete.
From application-level code, there are two ways in which you can update this progress: