Skip to content

Commit 2892bd5

Browse files
authored
docs: update blas TypeScript declarations
PR-URL: #10793 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
1 parent 2f99e5a commit 2892bd5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • lib/node_modules/@stdlib/blas/docs/types

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,7 @@ interface Namespace {
6868
* var y = array( new Float64Array( [ 2.0, 6.0, -1.0, -4.0, 8.0 ] ) );
6969
*
7070
* var z = ns.ddot( x, y );
71-
* // returns <ndarray>
72-
*
73-
* var v = z.get();
74-
* // returns -5.0
71+
* // returns <ndarray>[ -5.0 ]
7572
*/
7673
ddot: typeof ddot;
7774

0 commit comments

Comments
 (0)