summaryrefslogtreecommitdiff
path: root/doc/api/process.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/process.md')
-rw-r--r--doc/api/process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/process.md b/doc/api/process.md
index 45ed180bd5..38825d88e6 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -1286,7 +1286,7 @@ setTimeout(() => {
// [ 1, 552 ]
console.log(`Benchmark took ${diff[0] * NS_PER_SEC + diff[1]} nanoseconds`);
- // benchmark took 1000000552 nanoseconds
+ // Benchmark took 1000000552 nanoseconds
}, 1000);
```