Fixed typo in docs for ProgressSink (#4785)

This commit is contained in:
Andrew Voynov 2024-08-20 20:12:22 +05:00 committed by GitHub
parent cefca7a7d8
commit 0facb75e6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ pub trait Progress {
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.
pub struct ProgressSink;