0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 01:44:26 -05:00

docs(cli): remove redundant word in comment (#27055)

This commit is contained in:
hongmengning 2024-11-26 20:07:40 +08:00 committed by Bartek Iwańczuk
parent 6755f5b55d
commit 7560783a0f
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

View file

@ -659,7 +659,7 @@ impl LaxSingleProcessFsFlag {
//
// This uses a blocking task because we use a single threaded
// runtime and this is time sensitive so we don't want it to update
// at the whims of of whatever is occurring on the runtime thread.
// at the whims of whatever is occurring on the runtime thread.
spawn_blocking({
let token = token.clone();
let last_updated_path = last_updated_path.clone();