From 6bd42c0841bfcf4157d3d2e79e165ce1d187f2aa Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Sat, 20 Dec 2025 02:41:24 +0000 Subject: [PATCH] feat: update `number/float32/base` TypeScript declarations Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> --- .../@stdlib/number/float32/base/docs/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/number/float32/base/docs/types/index.d.ts b/lib/node_modules/@stdlib/number/float32/base/docs/types/index.d.ts index 3e61e1178ca2..2d8b30518076 100644 --- a/lib/node_modules/@stdlib/number/float32/base/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/number/float32/base/docs/types/index.d.ts @@ -72,7 +72,7 @@ interface Namespace { add: typeof add; /** - * Base single-precision floating-point number assert functions. + * Base double-precision floating-point number assert functions. */ assert: typeof assert;