Skip to content

Commit

Permalink
ProgressBar::new: update doc string to reflect correct default refres…
Browse files Browse the repository at this point in the history
…h rate
  • Loading branch information
chris-laplante committed Jul 30, 2024
1 parent d323a96 commit ffd3cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/progress_bar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ impl fmt::Debug for ProgressBar {
impl ProgressBar {
/// Creates a new progress bar with a given length
///
/// This progress bar by default draws directly to stderr, and refreshes a maximum of 15 times
/// This progress bar by default draws directly to stderr, and refreshes a maximum of 20 times
/// a second. To change the refresh rate, [set] the [draw target] to one with a different refresh
/// rate.
///
Expand Down

0 comments on commit ffd3cda

Please sign in to comment.