Skip to content

Commit 094b867

Browse files
authored
fix: repl.txt example
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 0daa267 commit 094b867

File tree

1 file changed

+2
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/dtbsv/docs

1 file changed

+2
-1
lines changed

lib/node_modules/@stdlib/blas/base/dtbsv/docs/repl.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
> var order = 'row-major';
7777
> var uplo = 'upper';
7878
> var trans = 'no-transpose';
79-
> {{alias}}( order, uplo, trans, 'unit', 3, 1, A, 2, x, 1 )
79+
> {{alias}}( order, uplo, trans, 'unit', 3, 1, A, 2, x, 1 );
80+
> x0
8081
<Float64Array>[ 0.0, 8.0, -7.0, 3.0 ]
8182

8283

0 commit comments

Comments
 (0)