diff options
Diffstat (limited to 'core/shared_queue.js')
-rw-r--r-- | core/shared_queue.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/shared_queue.js b/core/shared_queue.js index 7eeb61255..9885e5dc4 100644 --- a/core/shared_queue.js +++ b/core/shared_queue.js @@ -59,7 +59,7 @@ SharedQueue Binary Layout } function ops() { - // op id 0 is a special value to retreive the map of registered ops. + // op id 0 is a special value to retrieve the map of registered ops. const opsMapBytes = Deno.core.send(0, new Uint8Array([]), null); const opsMapJson = String.fromCharCode.apply(null, opsMapBytes); return JSON.parse(opsMapJson); |