diff options
| author | Andrew Voynov <37143421+Andrew15-5@users.noreply.github.com> | 2024-08-20 20:12:22 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-20 15:12:22 +0000 |
| commit | 0facb75e6d2a703dd2e1d02f2d94a8227727f0d9 (patch) | |
| tree | bdc431668bcdb3a94c77a94d6e9aee177f19b0b5 | |
| parent | cefca7a7d849bc4136fe314fe59a49b70219dbd7 (diff) | |
Fixed typo in docs for `ProgressSink` (#4785)
| -rw-r--r-- | crates/typst-kit/src/download.rs | 2 |
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; |
