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 f4fd338 commit 155c4f1Copy full SHA for 155c4f1
src/reporter/progress_report.rs
@@ -15,12 +15,12 @@ pub struct ProgressReport<Size: size::Size> {
15
}
16
17
impl<Size: size::Size + Into<u64>> ProgressReport<Size> {
18
- /// Maximum extend by which the progress text may extend.
+ /// Maximum length by which the progress text may extend.
19
///
20
/// This constant is used as capacity in [`Self::TEXT`] to prevent
21
/// performance penalty from string resizing.
22
23
- /// The value of this function is made correct by a unit test.
+ /// The value of this constant is made correct by a unit test.
24
const TEXT_MAX_LEN: usize = 87;
25
26
/// Create a text to be used in [`Self::TEXT`].
0 commit comments