From 939241d273aa6756da11eed23b99fdfd8c1108e7 Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Sat, 19 Sep 2026 02:25:19 +0000 Subject: [PATCH] feat: update `ndarray` TypeScript declarations Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> --- lib/node_modules/@stdlib/ndarray/docs/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/ndarray/docs/types/index.d.ts b/lib/node_modules/@stdlib/ndarray/docs/types/index.d.ts index e7f3e4189888..8f1d7d6748d5 100644 --- a/lib/node_modules/@stdlib/ndarray/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/ndarray/docs/types/index.d.ts @@ -2478,7 +2478,7 @@ interface Namespace { * * @example * var dt = ns.minDataType( 3.141592653589793 ); - * // returns 'float32' + * // returns 'float16' * * @example * var dt = ns.minDataType( 3 );