Skip to content

Commit ef422da

Browse files
authored
docs: fix description
Signed-off-by: Athan <[email protected]>
1 parent 0d203c5 commit ef422da

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { NumericArray, Collection, AccessorArrayLike } from '@stdlib/types/array
2828
type InputArray = NumericArray | Collection<number> | AccessorArrayLike<number>;
2929

3030
/**
31-
* Input array.
31+
* Output array.
3232
*/
3333
type OutputArray = NumericArray | Collection<number> | AccessorArrayLike<number>;
3434

0 commit comments

Comments
 (0)