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@deno/mod.js'  ;
55+ import  reduce2d  from  ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-reduce2d@v0.2.2- deno/mod.js'  ;
5656``` 
5757
5858#### reduce2d( arr, initial, fcn\[ , thisArg]  )  
@@ -137,7 +137,7 @@ var discreteUniform = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/random-bas
137137import  naryFunction  from  ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-nary-function@deno/mod.js'  ;
138138import  add  from  ' https://cdn.jsdelivr.net/gh/stdlib-js/math-base-ops-add@deno/mod.js'  ;
139139import  zeros  from  ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros@deno/mod.js'  ;
140- import  reduce2d  from  ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-reduce2d@deno/mod.js'  ;
140+ import  reduce2d  from  ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-reduce2d@v0.2.2- deno/mod.js'  ;
141141
142142function  fill ( i  ) {
143143    var  rand =  discreteUniform ( - 10 * (i+ 1 ), 10 * (i+ 1 ) );
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments