From 53c0e1c18c4bcaca55a3c0f5707afc2dc2202321 Mon Sep 17 00:00:00 2001
From: Planeshifter <1913638+Planeshifter@users.noreply.github.com>
Date: Sun, 1 Feb 2026 03:22:04 +0000
Subject: [PATCH] docs: update namespace table of contents
Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
---
lib/node_modules/@stdlib/ndarray/base/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/node_modules/@stdlib/ndarray/base/README.md b/lib/node_modules/@stdlib/ndarray/base/README.md
index bc613bb1afde..947f8db7dc35 100644
--- a/lib/node_modules/@stdlib/ndarray/base/README.md
+++ b/lib/node_modules/@stdlib/ndarray/base/README.md
@@ -105,7 +105,7 @@ var o = ns;
- [`flattenShape( shape, depth )`][@stdlib/ndarray/base/flatten-shape]: flatten a shape to a specified depth.
- [`fliplr( x, writable )`][@stdlib/ndarray/base/fliplr]: return a view of an input ndarray in which the order of elements along the last dimension is reversed.
- [`flipud( x, writable )`][@stdlib/ndarray/base/flipud]: return a view of an input ndarray in which the order of elements along the second-to-last dimension is reversed.
-- [`forEach( arrays, fcn[, thisArg] )`][@stdlib/ndarray/base/for-each]: invoke a callback function once for each ndarray element.
+- [`forEach( arrays, fcn[, thisArg] )`][@stdlib/ndarray/base/for-each]: invoke a callback function once for each element in an ndarray.
- [`array2ndarray( buf, order )`][@stdlib/ndarray/base/from-array]: convert an array to a one-dimensional ndarray.
- [`scalar2ndarrayLike( x, value )`][@stdlib/ndarray/base/from-scalar-like]: convert a scalar value to a zero-dimensional ndarray having the same data type as a provided ndarray.
- [`scalar2ndarray( value, dtype, order )`][@stdlib/ndarray/base/from-scalar]: convert a scalar value to a zero-dimensional ndarray.