From 4815555168b17cff26975cdc54898f2d9d708d58 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 28 Apr 2024 19:28:09 +0000 Subject: [PATCH] Auto-generated commit --- ext/base/docs/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' );