From f7baafad35eeac3f2d5a8f8c0feb0e107982acda Mon Sep 17 00:00:00 2001 From: James M Snell Date: Mon, 13 Dec 2021 20:14:13 -0800 Subject: [PATCH] [Squash] nits Co-authored-by: Voltrex --- doc/api/perf_hooks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}