diff --git a/doc/api/process.md b/doc/api/process.md index fea9f1f0a3a..6968c3da50e 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1052,7 +1052,7 @@ setTimeout(() => { // [ 1, 552 ] console.log(`Benchmark took ${diff[0] * NS_PER_SEC + diff[1]} nanoseconds`); - // benchmark took 1000000527 nanoseconds + // benchmark took 1000000552 nanoseconds }, 1000); ```