summaryrefslogtreecommitdiff
path: root/crates/typst-kit/src
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-kit/src')
-rw-r--r--crates/typst-kit/src/download.rs2
1 files changed, 1 insertions, 1 deletions
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;