Fix typo in PackageStorage (#6556)

This commit is contained in:
Andrew Voynov 2025-07-04 20:02:02 +03:00 committed by GitHub
parent cc3a68ecb1
commit 88e451b3dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -199,7 +199,7 @@ impl PackageStorage {
// The place at which the specific package version will live in the end.
let package_dir = base_dir.join(format!("{}", spec.version));
// To prevent multiple Typst instances from interferring, we download
// To prevent multiple Typst instances from interfering, we download
// into a temporary directory first and then move this directory to
// its final destination.
//