Skip to content

Commit ce25d7e

Browse files
stdlib-botkgryte
andauthored
docs: fix examples
PR-URL: #2360 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
1 parent ce961d9 commit ce25d7e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/base/docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ interface Namespace {
144144
*
145145
* ns.cscal( 3, ca, cx, 1 );
146146
*
147-
* var z = cx.get( 1 );
147+
* var z = cx.get( 0 );
148148
* // returns <Complex64>
149149
*
150150
* var re = realf( z );
@@ -164,7 +164,7 @@ interface Namespace {
164164
*
165165
* ns.cscal.ndarray( 2, ca, cx, 1, 0 );
166166
*
167-
* var z = cx.get( 1 );
167+
* var z = cx.get( 0 );
168168
* // returns <Complex64>
169169
*
170170
* var re = realf( z );

0 commit comments

Comments
 (0)