Merge pull request #2527 from seamissu/patch-5

fix typo
This commit is contained in:
Ilya Kantor 2021-03-26 09:23:40 +03:00 committed by GitHub
commit d4feed3480
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -348,7 +348,7 @@ let time1 = 0;
let time2 = 0;
*!*
// run bench(upperSlice) and bench(upperLoop) each 10 times alternating
// run bench(diffSubtract) and bench(diffGetTime) each 10 times alternating
for (let i = 0; i < 10; i++) {
time1 += bench(diffSubtract);
time2 += bench(diffGetTime);