Skip to content

Commit 12322bb

Browse files
authored
docs: fix typo
Signed-off-by: Athan <[email protected]>
1 parent f60f4c4 commit 12322bb

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/lapack/base/dlatrs/lib/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function dlatrs( uplo, trans, diag, normin, N, A, strideA1, strideA2, offsetA, X
108108
return 1.0;
109109
}
110110

111-
// Compute the 1 norm of each column excluting the diagonal elements
111+
// Compute the 1 norm of each column excluding the diagonal elements
112112
if ( normin === 'no' ) {
113113
if ( uplo === 'upper' ) { // upper triangular
114114
ic = offsetCNORM;

0 commit comments

Comments
 (0)