Skip to content

Commit f86228c

Browse files
authored
docs: fix example
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 4b3075a commit f86228c

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/base/at/docs/types

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ declare function at( x: Complex128Array, index: number ): Complex128 | void;
5454
* @returns array element
5555
*
5656
* @example
57-
* var Complex128Array = require( '@stdlib/array/complex64' );
57+
* var Complex64Array = require( '@stdlib/array/complex64' );
5858
*
5959
* var x = new Complex64Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0 ] );
6060
*

0 commit comments

Comments
 (0)