Skip to content

Commit db2a1cf

Browse files
tniessentargos
authored andcommitted
doc: fix navigator.hardwareConcurrency example
PR-URL: #50278 Refs: #47769 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 8f7eb15 commit db2a1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/globals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ The `navigator.hardwareConcurrency` read-only property returns the number of
634634
logical processors available to the current Node.js instance.
635635

636636
```js
637-
console.log(`This process is running on ${navigator.hardwareConcurrency}`);
637+
console.log(`This process is running on ${navigator.hardwareConcurrency} logical processors`);
638638
```
639639

640640
### `navigator.userAgent`

0 commit comments

Comments
 (0)