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:
parent
d8396225c4
commit
829bbad13f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue