Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 563bd54

Browse files
committedJan 15, 2021
doc: fix percentile range in perf_hooks.md
The value accepted by histogram.percentile may be below 1 too.
1 parent 2ba8728 commit 563bd54

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
@@ -656,7 +656,7 @@ The minimum recorded event loop delay.
656656
added: v11.10.0
657657
-->
658658

659-
* `percentile` {number} A percentile value between 1 and 100.
659+
* `percentile` {number} A percentile value in the range (0, 100].
660660
* Returns: {number}
661661

662662
Returns the value at the given percentile.

0 commit comments

Comments
 (0)
Please sign in to comment.