diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md index 144ff142137f10..d3978958c5081f 100644 --- a/doc/api/perf_hooks.md +++ b/doc/api/perf_hooks.md @@ -980,7 +980,7 @@ Returns the value at the given percentile. added: REPLACEME --> -* `percentile` {number} A percentile value in the range (0, 100]. +* `percentile` {number} A percentile value in the range (0, 100). * Returns: {bigint} Returns the value at the given percentile. @@ -998,7 +998,7 @@ Returns a `Map` object detailing the accumulated percentile distribution. ### `histogram.percentilesBigInt` * {Map}