We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67f939 commit 13fd812Copy full SHA for 13fd812
iui/src/controls/progressbar.rs
@@ -8,10 +8,10 @@ pub enum ProgressBarValue {
8
/// Represents a set, consistent percentage of the bar to be filled
9
///
10
/// The value should be in the range 0..=100, and will be capped at 100
11
- /// by ProgressBar::set_value if it is larger
+ /// by ProgressBar::set_value if it is larger.
12
Determinate(u32),
13
/// Represents an indeterminate value of the progress bar, useful
14
- /// if you don't know how much of the task being represented is completed
+ /// if you don't know how much of the task being represented is completed.
15
Indeterminate,
16
}
17
0 commit comments