Skip to content

Commit ffd3cda

Browse files
ProgressBar::new: update doc string to reflect correct default refresh rate
1 parent d323a96 commit ffd3cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/progress_bar.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ impl fmt::Debug for ProgressBar {
3737
impl ProgressBar {
3838
/// Creates a new progress bar with a given length
3939
///
40-
/// This progress bar by default draws directly to stderr, and refreshes a maximum of 15 times
40+
/// This progress bar by default draws directly to stderr, and refreshes a maximum of 20 times
4141
/// a second. To change the refresh rate, [set] the [draw target] to one with a different refresh
4242
/// rate.
4343
///

0 commit comments

Comments
 (0)