Skip to content

Commit 64ebc9b

Browse files
authored
chore: typo in README.md fix
1 parent 2ad3b26 commit 64ebc9b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dcumax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ The function accepts the following arguments:
230230
- **offsetY**: `[in] CBLAS_INT` starting index for `Y`.
231231
232232
```c
233-
void stdlib_strided_dmax_ndarray( const CBLAS_INT N, const double *X, const CBLAS_INT strideX, const CBLAS_INT offsetX, double *Y, const CBLAS_INT strideY, const CBLAS_INT offsetY );
233+
void stdlib_strided_dcumax_ndarray( const CBLAS_INT N, const double *X, const CBLAS_INT strideX, const CBLAS_INT offsetX, double *Y, const CBLAS_INT strideY, const CBLAS_INT offsetY );
234234
```
235235

236236
</section>

0 commit comments

Comments
 (0)