File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed 
lib/node_modules/@stdlib/ndarray/flatten Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ The function accepts the following options:
6464
6565-    ** depth** : a nonnegative integer specifying the number of input [ ` ndarray ` ] [ @stdlib/ndarray/ctor ]  dimensions to flatten.
6666
67- -    ** order** : order of the output [ ` ndarray ` ] [ @stdlib/ndarray/ctor ] . The option may  be one of the following values :
67+ -    ** order** : order of the output [ ` ndarray ` ] [ @stdlib/ndarray/ctor ] . May  be one of the following:
6868
6969    -    ` 'row-major' ` : the input [ ` ndarray ` ] [ @stdlib/ndarray/ctor ]  is flattened in lexicographic [ order] [ @stdlib/ndarray/orders ] .
7070    -    ` 'column-major' ` : the input [ ` ndarray ` ] [ @stdlib/ndarray/ctor ]  is flattened in colexicographic [ order] [ @stdlib/ndarray/orders ] .
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments