We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76c6cf6 + e29846c commit ef47b21Copy full SHA for ef47b21
1-js/05-data-types/11-date/article.md
@@ -348,7 +348,7 @@ let time1 = 0;
348
let time2 = 0;
349
350
*!*
351
-// bench(upperSlice) и bench(upperLoop) поочерёдно запускаются 10 раз
+// bench(diffSubtract) и bench(diffGetTime) поочерёдно запускаются 10 раз
352
for (let i = 0; i < 10; i++) {
353
time1 += bench(diffSubtract);
354
time2 += bench(diffGetTime);
0 commit comments