mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
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…
x
Reference in New Issue
Block a user