Skip to content

Commit b3261cf

Browse files
authored
docs: fix signature
Signed-off-by: Athan <[email protected]>
1 parent 39dfc37 commit b3261cf

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/lapack/base/dlacpy

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/lapack/base/dlacpy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ void c_dlacpy( const CBLAS_LAYOUT order, const CBLAS_UPLO uplo, const CBLAS_INT
221221

222222
<!--lint disable maximum-heading-length-->
223223

224-
#### c_dlacpy_ndarry( uplo, M, N, \*A, strideA1, strideA2, offsetA, \*B, strideB1, strideB2, offsetB )
224+
#### c_dlacpy_ndarray( uplo, M, N, \*A, strideA1, strideA2, offsetA, \*B, strideB1, strideB2, offsetB )
225225

226226
Copies all or part of a matrix `A` to another matrix `B` using alternative indexing semantics.
227227

0 commit comments

Comments
 (0)