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 19ed652 commit 2c5c512Copy full SHA for 2c5c512
lib/node_modules/@stdlib/ndarray/base/nullary/src/dispatch.c
@@ -252,7 +252,7 @@ int8_t stdlib_ndarray_nullary_dispatch( const struct ndarrayNullaryDispatchObjec
252
if ( len == 0 ) {
253
return 0;
254
}
255
- // Determine whether the ndarray is one-dimensional and thus readily translate to a one-dimensional strided array...
+ // Determine whether the ndarray is one-dimensional and thus readily translates to a one-dimensional strided array...
256
if ( ndims == 1 ) {
257
obj->functions[ 1 ]( arrays, fcn );
258
0 commit comments