Skip to content

Commit d4feed3

Browse files
authored
Merge pull request #2527 from seamissu/patch-5
fix typo
2 parents b8346a5 + cf6be94 commit d4feed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/11-date/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ let time1 = 0;
348348
let time2 = 0;
349349

350350
*!*
351-
// run bench(upperSlice) and bench(upperLoop) each 10 times alternating
351+
// run bench(diffSubtract) and bench(diffGetTime) each 10 times alternating
352352
for (let i = 0; i < 10; i++) {
353353
time1 += bench(diffSubtract);
354354
time2 += bench(diffGetTime);

0 commit comments

Comments
 (0)