We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d323a96 commit ffd3cdaCopy full SHA for ffd3cda
src/progress_bar.rs
@@ -37,7 +37,7 @@ impl fmt::Debug for ProgressBar {
37
impl ProgressBar {
38
/// Creates a new progress bar with a given length
39
///
40
- /// 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
41
/// a second. To change the refresh rate, [set] the [draw target] to one with a different refresh
42
/// rate.
43
0 commit comments