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.
5252## Usage
5353
5454``` javascript
55- import reduce2d from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-reduce2d@esm/index.mjs' ;
55+ import reduce2d from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-reduce2d@v0.2.2- esm/index.mjs' ;
5656```
5757
5858#### reduce2d( arr, initial, fcn\[ , thisArg] )
@@ -142,7 +142,7 @@ var discreteUniform = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/random-bas
142142import naryFunction from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-nary-function@esm/index.mjs' ;
143143import add from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-base-ops-add@esm/index.mjs' ;
144144import zeros from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros@esm/index.mjs' ;
145- import reduce2d from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-reduce2d@esm/index.mjs' ;
145+ import reduce2d from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-reduce2d@v0.2.2- esm/index.mjs' ;
146146
147147function fill ( i ) {
148148 var rand = discreteUniform ( - 10 * (i+ 1 ), 10 * (i+ 1 ) );
You can’t perform that action at this time.
0 commit comments