mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +00:00
fix: typos in cli and core (#8082)
This commit is contained in:
parent
ab898556a4
commit
29e05bb014
5 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ function main() {
|
|||
const h = q.head();
|
||||
assert(h > 0);
|
||||
|
||||
// This record's len is not divisble by
|
||||
// This record's len is not divisible by
|
||||
// 4 so after pushing it to the queue,
|
||||
// next record offset should be aligned to 4.
|
||||
let r = new Uint8Array([1, 2, 3, 4, 5]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue