Skip to content

Commit 99444e2

Browse files
committed
Fix example
1 parent bfbc018 commit 99444e2

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/complex128

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/complex128/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ console.log( out );
978978

979979
// Create a complex array from an array buffer view:
980980
arr = new Float64Array( [ 1.0, -1.0, -3.14, 3.14, 0.5, 0.5 ] );
981-
out = new Complex128Array( arr.buffer, 8, 2 );
981+
out = new Complex128Array( arr.buffer, 16, 2 );
982982
console.log( out );
983983
```
984984

0 commit comments

Comments
 (0)