We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4122a8d commit a197ad9Copy full SHA for a197ad9
doc/api/perf_hooks.md
@@ -896,7 +896,7 @@ added: v15.9.0
896
* `lowest` {number|bigint} The lowest discernible value. Must be an integer
897
value greater than 0. **Default:** `1`.
898
* `highest` {number|bigint} The highest recordable value. Must be an integer
899
- value that is equal to or greater than two times `min`.
+ value that is equal to or greater than two times `lowest`.
900
**Default:** `Number.MAX_SAFE_INTEGER`.
901
* `figures` {number} The number of accuracy digits. Must be a number between
902
`1` and `5`. **Default:** `3`.
0 commit comments