We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857a8c7 commit 64a866aCopy full SHA for 64a866a
lib/node_modules/@stdlib/ndarray/order/lib/main.js
@@ -75,7 +75,7 @@ function order( x ) {
75
}
76
// o === 0
77
if ( ndims( x ) === 0 ) {
78
- return ROW_MAJOR; // default to row major for zero-dimensional ndarrays
+ return ROW_MAJOR; // default to row-major for zero-dimensional ndarrays
79
80
// Case: mixed strides (e.g., [ 2, 3, 1 ] )
81
return null;
0 commit comments