Skip to content

Commit 0295f28

Browse files
authored
chore: address commit comments
PR-URL: #10665 Closes: #10662 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent e7595f6 commit 0295f28

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/pareto-type1/quantile/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/pareto-type1/quantile/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ bench( pkg, function benchmark( b ) {
6060
b.end();
6161
});
6262

63-
bench( format( '%s:factory', pkg ), function benchmark( b ) {
63+
bench( format( '%s::factory', pkg ), function benchmark( b ) {
6464
var myquantile;
6565
var alpha;
6666
var beta;

0 commit comments

Comments
 (0)