Closes 25 - Changed to

This commit is contained in:
Pranav Srinivas Kumar
2020-02-22 11:02:16 +05:30
parent ec1973607d
commit d4a38eb034
6 changed files with 23 additions and 16 deletions

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 float 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: