mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
chore: typo (#18128)
This commit is contained in:
parent
215528f499
commit
e4430400ce
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ fn error_if_invalid_cache() {
|
|||
let mod_temp_path = deno_dir_path.join("mod.ts");
|
||||
let mod_test_temp_path = deno_dir_path.join("mod.test.ts");
|
||||
|
||||
// Write the inital mod.ts file
|
||||
// Write the initial mod.ts file
|
||||
std::fs::copy(mod_before_path, &mod_temp_path).unwrap();
|
||||
// And the test file
|
||||
std::fs::copy(mod_test_path, mod_test_temp_path).unwrap();
|
||||
|
|
Loading…
Reference in a new issue