Skip to content

Commit 3a4da5a

Browse files
authored
chore: fix linting errors
1 parent d4c207a commit 3a4da5a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dmskmax

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dmskmax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ var bernoulliOptions = {
156156
};
157157

158158
var x = uniform( 10, -50.0, 50.0, uniformOptions );
159-
var mask = bernoulli( x.length, 0.2, bernoulliOptions )
159+
var mask = bernoulli( x.length, 0.2, bernoulliOptions );
160160
console.log( x );
161161
console.log( mask );
162162

0 commit comments

Comments
 (0)