Skip to content

Commit 9d85852

Browse files
authored
docs: fix signature
Signed-off-by: Athan <[email protected]>
1 parent a81eebf commit 9d85852

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/srev

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/srev/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ The function accepts the following arguments:
185185
- **strideX**: `[in] CBLAS_INT` stride length.
186186
187187
```c
188-
float stdlib_strided_srev( const CBLAS_INT N, float *X, const CBLAS_INT strideX );
188+
void stdlib_strided_srev( const CBLAS_INT N, float *X, const CBLAS_INT strideX );
189189
```
190190

191191
#### stdlib_strided_srev_ndarray( N, \*X, strideX, offsetX )

0 commit comments

Comments
 (0)