Skip to content

Commit aa9552d

Browse files
authored
chore: apply suggestion from code reivew
1 parent e60d15f commit aa9552d

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dvariance/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dvariance/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @param N number of indexed elements
2828
* @param correction degrees of freedom adjustment
2929
* @param X input array
30-
* @param stride stride length
30+
* @param strideX stride length
3131
* @return output value
3232
*/
3333
double API_SUFFIX(stdlib_strided_dvariance)( const CBLAS_INT N, const double correction, const double *X, const CBLAS_INT strideX ) {

0 commit comments

Comments
 (0)