Fixed typo in docs for `ProgressSink` (#4785)
This commit is contained in:
parent
cefca7a7d8
commit
0facb75e6d
|
|
@ -29,7 +29,7 @@ pub trait Progress {
|
||||||
fn print_finish(&mut self, state: &DownloadState);
|
fn print_finish(&mut self, state: &DownloadState);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// An implementation of [`Progress`] whth no-op reporting, i.e. reporting
|
/// An implementation of [`Progress`] with no-op reporting, i.e., reporting
|
||||||
/// events are swallowed.
|
/// events are swallowed.
|
||||||
pub struct ProgressSink;
|
pub struct ProgressSink;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue