Skip to content

Commit 2feee2c

Browse files
authored
docs: fix parameter name
Signed-off-by: Athan <[email protected]>
1 parent 130a210 commit 2feee2c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)