Skip to content

Commit 6d78133

Browse files
Utshav KhatiwadaUtshav Khatiwada
authored andcommitted
Changed 8.0 from 8
1 parent da15847 commit 6d78133

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/wasm/zdrot/docs/types

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ interface Routine extends ModuleWrapper {
436436
* console.log( reinterpretComplex128( viewY, 0 ) );
437437
* // => <Float64Array>[ -0.6, -1.2, ~-1.8, -2.4, -3.0, ~-3.6, -4.2, -4.8, ~-5.4, -6.0 ]
438438
* console.log( reinterpretComplex128( viewX, 0 ) );
439-
* // => <Float64Array>[ 0.8, 1.6, ~2.4, 3.2, 4.0, ~4.8, ~5.6, 6.4, 7.2, 8 ]
439+
* // => <Float64Array>[ 0.8, 1.6, ~2.4, 3.2, 4.0, ~4.8, ~5.6, 6.4, 7.2, 8.0 ]
440440
*/
441441
Module: ModuleConstructor;
442442
}

0 commit comments

Comments
 (0)