Skip to content

Commit 34f7be0

Browse files
committed
check
1 parent ac356d1 commit 34f7be0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ var x;
136136
var i;
137137

138138
x = discreteUniform(10, -50, 50, {
139-
'dtype': 'float64'
139+
'dtype': 'float64'
140140
});
141141
x = x.map(round);
142142
console.log( x );

0 commit comments

Comments
 (0)