Skip to content

Commit 07b38f6

Browse files
Trottjuanarbol
authored andcommitted
doc: update property name
Property name `min` was updated in 23637e9 to `lowest` but an instance of `min` was missed. PR-URL: #42398 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Harshitha K P <[email protected]>
1 parent 17770be commit 07b38f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/perf_hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ added:
898898
* `lowest` {number|bigint} The lowest discernible value. Must be an integer
899899
value greater than 0. **Default:** `1`.
900900
* `highest` {number|bigint} The highest recordable value. Must be an integer
901-
value that is equal to or greater than two times `min`.
901+
value that is equal to or greater than two times `lowest`.
902902
**Default:** `Number.MAX_SAFE_INTEGER`.
903903
* `figures` {number} The number of accuracy digits. Must be a number between
904904
`1` and `5`. **Default:** `3`.

0 commit comments

Comments
 (0)