File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ limitations under the License.
52
52
## Usage
53
53
54
54
``` javascript
55
- import reduce from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-reduce@deno/mod.js' ;
55
+ import reduce from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-reduce@v0.2.1- deno/mod.js' ;
56
56
```
57
57
58
58
#### reduce( arr, initial, reducer\[ , thisArg ] )
@@ -185,7 +185,7 @@ var discreteUniform = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/random-bas
185
185
import naryFunction from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-nary-function@deno/mod.js';
186
186
import add from 'https:// cdn.jsdelivr.net/gh/stdlib-js/math-base-ops-add@deno/mod.js';
187
187
import array from 'https:// cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@deno/mod.js';
188
- import reduce from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-reduce@deno/mod.js';
188
+ import reduce from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-reduce@v0.2.1- deno/mod.js';
189
189
190
190
function fill( i ) {
191
191
var rand = discreteUniform ( - 10 * (i+ 1 ), 10 * (i+ 1 ) );
You can’t perform that action at this time.
0 commit comments