diff options
author | Toan Nguyen <davidnguyen1501@gmail.com> | 2020-10-23 18:19:37 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 13:19:37 +0200 |
commit | 29e05bb014015085615f648a31f180ed9dd49e5a (patch) | |
tree | 6f3d292e27bcce984e0eb4828e030b2b877ee364 /core/core_test.js | |
parent | ab898556a490d78d93e806ea3ee31147117102e3 (diff) |
fix: typos in cli and core (#8082)
Diffstat (limited to 'core/core_test.js')
-rw-r--r-- | core/core_test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/core_test.js b/core/core_test.js index 7821f93a6..28bc7d2bf 100644 --- a/core/core_test.js +++ b/core/core_test.js @@ -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]); |