mirror of
https://github.com/typst/typst
synced 2025-07-06 12:12:52 +08:00
Fix typo in PackageStorage (#6556)
This commit is contained in:
parent
cc3a68ecb1
commit
88e451b3dc
@ -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.
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user