Skip to content

Commit 903867c

Browse files
authored
docs: update description
Signed-off-by: Athan <kgryte@gmail.com>
1 parent aef58d9 commit 903867c

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/strided/dnanmidrange/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/strided/dnanmidrange/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ double API_SUFFIX(stdlib_strided_dnanmidrange)( const CBLAS_INT N, const double
4242
* @param N number of indexed elements
4343
* @param X input array
4444
* @param strideX stride length
45-
* @param offsetX starting index for X
45+
* @param offsetX starting index
4646
* @return output value
4747
*/
4848
double API_SUFFIX(stdlib_strided_dnanmidrange_ndarray)( const CBLAS_INT N, const double *X, const CBLAS_INT strideX, const CBLAS_INT offsetX ) {

0 commit comments

Comments
 (0)