0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

chore(ext/flash): typo in lib.rs (#15662)

'Syncrhonous' -> 'Synchronous'
This commit is contained in:
pk 2022-08-29 01:44:43 -05:00 committed by GitHub
parent d8396225c4
commit 829bbad13f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1369,7 +1369,7 @@ async fn op_flash_next_async(
0
}
// Syncrhonous version of op_flash_next_async. Under heavy load,
// Synchronous version of op_flash_next_async. Under heavy load,
// this can collect buffered requests from rx channel and return tokens in a single batch.
//
// perf: please do not add any arguments to this op. With optimizations enabled,