Skip to content

Commit ef47b21

Browse files
authored
Merge pull request #1612 from Rnbsov/patch-64
fix typo
2 parents 76c6cf6 + e29846c commit ef47b21

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ let time1 = 0;
348348
let time2 = 0;
349349

350350
*!*
351-
// bench(upperSlice) и bench(upperLoop) поочерёдно запускаются 10 раз
351+
// bench(diffSubtract) и bench(diffGetTime) поочерёдно запускаются 10 раз
352352
for (let i = 0; i < 10; i++) {
353353
time1 += bench(diffSubtract);
354354
time2 += bench(diffGetTime);

0 commit comments

Comments
 (0)