File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 
lib/node_modules/@stdlib/ndarray/base/unary-reduce-subarray/lib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ var without = require( '@stdlib/array/base/without' );
2626// MAIN // 
2727
2828/** 
29- * Performs a reduction over a list of specified dimensions in  an input ndarray and assigns results to a provided output ndarray. 
29+ * Performs a reduction over an input ndarray and assigns results to a provided output ndarray. 
3030* 
3131* @private  
3232* @param  {Function } fcn - reduction function 
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ var without = require( '@stdlib/array/base/without' );
2626// MAIN // 
2727
2828/** 
29- * Performs a reduction over a list of specified dimensions in  an input ndarray and assigns results to a provided output ndarray. 
29+ * Performs a reduction over an input ndarray and assigns results to a provided output ndarray. 
3030* 
3131* @private  
3232* @param  {Function } fcn - reduction function 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments