Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 3, 2023
1 parent 1d88c65 commit b192339
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

2 changes: 1 addition & 1 deletion docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ interface Routine {
* dapx.ndarray( x.length, 5.0, x, 1, 0 );
* // x => <Float64Array>[ 3.0, 6.0, 8.0, 0.0, 9.0, 5.0, 4.0, 2.0 ]
*/
ndarray( N: number, alpha: number, x: Float64Array, stride: number, offset: number ): Float64Array; // tslint:disable-line:max-line-length
ndarray( N: number, alpha: number, x: Float64Array, stride: number, offset: number ): Float64Array;
}

/**
Expand Down

0 comments on commit b192339

Please sign in to comment.