Skip to content

Commit 48ce3c7

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 24a726f commit 48ce3c7

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/ndarray/gaxpy/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/ndarray/gaxpy/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import { typedndarray } from '@stdlib/types/ndarray';
4646
* var bool = ( z === y );
4747
* // returns true
4848
*/
49-
declare function gaxpy<T extends typedndarray<number> = typedndarray<number>>( arrays: [ T, T, T ] ): T;
49+
declare function gaxpy<T extends typedndarray<number> = typedndarray<number>, U extends typedndarray<number> = typedndarray<number>>( arrays: [ T, U, T ] ): U;
5050

5151

5252
// EXPORTS //

0 commit comments

Comments
 (0)