Skip to content

Commit 212c09f

Browse files
authored
update index.js
Signed-off-by: Harsh <[email protected]>
1 parent bc2765b commit 212c09f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/binomial/mode/examples

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/binomial/mode/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var logEachMap = require( '@stdlib/console/log-each-map' );
2323
var mode = require( './../lib' );
2424

2525
var opts = {
26-
'dtype': 'float64'
26+
'dtype': 'float64'
2727
};
2828
var n = discreteUniform( 10, 0, 100, opts );
2929
var p = discreteUniform( 10, 0, 1, opts );

0 commit comments

Comments
 (0)