Skip to content

Commit 03f043f

Browse files
authored
chore: update implementation
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 6393de9 commit 03f043f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ interface Routine {
4242
( d1: number, d2: number, x1: number, y1: number ): Float32Array;
4343

4444
/**
45-
* Constructs the parameters for a modified Givens plane rotation.
45+
* Constructs the parameters for a modified Givens plane rotation and assigns results to an output array.
4646
*
4747
* @param d1 - scaling factor for the first vector component
4848
* @param d2 - scaling factor for the second vector component

0 commit comments

Comments
 (0)