Skip to content

Commit 9ee4ae9

Browse files
committed
Auto-generated commit
1 parent 938e77c commit 9ee4ae9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ interface JSONRepresentation {
5555
* @returns JSON representation
5656
*
5757
* @example
58-
* var Float64Array = require( `@stdlib/array/float64` );
58+
* var Float64Array = require( '@stdlib/array-float64' );
5959
*
6060
* var arr = new Float64Array( [ 5.0, 3.0 ] );
6161
* var json = typedarray2json( arr );

0 commit comments

Comments
 (0)