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…
Reference in New Issue