Skip to content

Commit da15847

Browse files
Utshav KhatiwadaUtshav Khatiwada
authored andcommitted
Changed 8.0 from 8
1 parent 7dab1fc commit da15847

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)