Skip to content

Commit

Permalink
doc: fix hardwareConcurrency example
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen authored Oct 19, 2023
1 parent 765339a commit 5d33203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ The `navigator.hardwareConcurrency` read-only property returns the number of
logical processors available to the current Node.js instance.

```js
console.log(`This process is running on ${navigator.hardwareConcurrency}`);
console.log(`This process is running on ${navigator.hardwareConcurrency} logical processors`);
```

## `PerformanceEntry`
Expand Down

0 comments on commit 5d33203

Please sign in to comment.