From 6a0444d37698c02c2aa86d01b96fdeaa29887d31 Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Sat, 3 Jan 2026 02:33:22 +0000 Subject: [PATCH] docs: update related packages sections --- lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmax/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmax/README.md b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmax/README.md index 5fdd2889a8b1..7a6ad43911cc 100644 --- a/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmax/README.md +++ b/lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmax/README.md @@ -61,7 +61,6 @@ The function has the following parameters: If a `mask` array element is `0`, the corresponding element in the input ndarray is considered valid and **included** in computation. If a `mask` array element is `1`, the corresponding element in the input ndarray is considered invalid/missing and **excluded** from computation. -