File tree 1 file changed +2
-2
lines changed 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@esm/index.mjs' ;
55
+ import reduce from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-reduce@v0.2.1- esm/
7EFB
index.mjs' ;
56
56
```
57
57
58
58
#### reduce( arr, initial, reducer\[ , thisArg ] )
@@ -190,7 +190,7 @@ var discreteUniform = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/random-bas
190
190
import naryFunction from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-nary-function@esm/index.mjs';
191
191
import add from 'https:// cdn.jsdelivr.net/gh/stdlib-js/math-base-ops-add@esm/index.mjs';
192
192
import array from 'https:// cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@esm/index.mjs';
193
- import reduce from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-reduce@esm/index.mjs';
193
+ import reduce from 'https:// cdn.jsdelivr.net/gh/stdlib-js/utils-reduce@v0.2.1- esm/index.mjs';
194
194
195
195
function fill( i ) {
196
196
var rand = discreteUniform ( - 10 * (i+ 1 ), 10 * (i+ 1 ) );
You can’t perform that action at this time.
0 commit comments