Skip to content

Commit 6947024

Browse files
committed
docs: fix description
1 parent 3dde90f commit 6947024

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/tools/swap-factory/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/tools/swap-factory/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type BaseFunction<T> = ( N: number, x: T, strideX: number, offsetX: number, y: T
4848
*
4949
* @param x - first input array
5050
* @param y - second input array
51-
* @param dim - dimension for which to compute the dot product (default: -1)
51+
* @param dim - dimension along which to interchange vectors (default: -1)
5252
* @throws first argument must be a non-zero-dimensional ndarray
5353
* @throws second argument must be a non-zero-dimensional ndarray
5454
* @throws input arrays must have the same shape

0 commit comments

Comments
 (0)