From c7777320a7864f27bd6867332ff65847172fbc4b Mon Sep 17 00:00:00 2001 From: kgryte <2643044+kgryte@users.noreply.github.com> Date: Sat, 13 Jul 2024 09:34:16 +0000 Subject: [PATCH] feat: update namespace TypeScript declarations Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> --- lib/node_modules/@stdlib/ndarray/base/docs/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/ndarray/base/docs/types/index.d.ts b/lib/node_modules/@stdlib/ndarray/base/docs/types/index.d.ts index 4ba84ca45696..740af2195e35 100644 --- a/lib/node_modules/@stdlib/ndarray/base/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/ndarray/base/docs/types/index.d.ts @@ -549,7 +549,7 @@ interface Namespace { broadcastShapes: typeof broadcastShapes; /** - * Returns a zero-filled contiguous linear ndarray data buffer. + * Returns a contiguous linear ndarray data buffer. * * @param dtype - data type * @param size - buffer size