Skip to content

Commit 13fd812

Browse files
coolreader18NoraCodes
authored andcommitted
Add some punctuation in doc comments
1 parent a67f939 commit 13fd812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iui/src/controls/progressbar.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ pub enum ProgressBarValue {
88
/// Represents a set, consistent percentage of the bar to be filled
99
///
1010
/// The value should be in the range 0..=100, and will be capped at 100
11-
/// by ProgressBar::set_value if it is larger
11+
/// by ProgressBar::set_value if it is larger.
1212
Determinate(u32),
1313
/// Represents an indeterminate value of the progress bar, useful
14-
/// if you don't know how much of the task being represented is completed
14+
/// if you don't know how much of the task being represented is completed.
1515
Indeterminate,
1616
}
1717

0 commit comments

Comments
 (0)