fix: typos in cli and core (#8082)

This commit is contained in:
Toan Nguyen 2020-10-23 18:19:37 +07:00 committed by GitHub
parent ab898556a4
commit 29e05bb014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -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]);