From b4a9ab75ac1201d1897094345657dcfe33b0d539 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 3 Mar 2024 20:45:43 +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 1c3bd4bbd..c58e1b827 100644 --- a/ext/base/docs/types/index.d.ts +++ b/ext/base/docs/types/index.d.ts @@ -489,7 +489,7 @@ interface Namespace { * @param alpha - constant * @param x - input array * @param stride - stride length - * @returns `x` + * @returns input array * * @example * var Float64Array = require( '@stdlib/array/float64' );