diff --git a/crates/typst-kit/src/download.rs b/crates/typst-kit/src/download.rs index 9aff4dc0..40084e51 100644 --- a/crates/typst-kit/src/download.rs +++ b/crates/typst-kit/src/download.rs @@ -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;