Skip to content

Commit a197ad9

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 4122a8d commit a197ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/perf_hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ added: v15.9.0
896896
* `lowest` {number|bigint} The lowest discernible value. Must be an integer
897897
value greater than 0. **Default:** `1`.
898898
* `highest` {number|bigint} The highest recordable value. Must be an integer
899-
value that is equal to or greater than two times `min`.
899+
value that is equal to or greater than two times `lowest`.
900900
**Default:** `Number.MAX_SAFE_INTEGER`.
901901
* `figures` {number} The number of accuracy digits. Must be a number between
902902
`1` and `5`. **Default:** `3`.

0 commit comments

Comments
 (0)