diff --git a/ext/base/docs/types/index.d.ts b/ext/base/docs/types/index.d.ts index 19061d954..e39fbbcb9 100644 --- a/ext/base/docs/types/index.d.ts +++ b/ext/base/docs/types/index.d.ts @@ -2986,7 +2986,7 @@ interface Namespace { * @param strideX - `x` stride length * @param y - second input array * @param strideY - `y` stride length - * @returns `x` + * @returns first input array * * @example * var Float32Array = require( '@stdlib/array/float32' );