Skip to content

Commit 9696b4d

Browse files
authored
docs: update namespace table of contents
PR-URL: #10022 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent ee4e852 commit 9696b4d

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ var o = ns;
105105
- <span class="signature">[`flattenShape( shape, depth )`][@stdlib/ndarray/base/flatten-shape]</span><span class="delimiter">: </span><span class="description">flatten a shape to a specified depth.</span>
106106
- <span class="signature">[`fliplr( x, writable )`][@stdlib/ndarray/base/fliplr]</span><span class="delimiter">: </span><span class="description">return a view of an input ndarray in which the order of elements along the last dimension is reversed.</span>
107107
- <span class="signature">[`flipud( x, writable )`][@stdlib/ndarray/base/flipud]</span><span class="delimiter">: </span><span class="description">return a view of an input ndarray in which the order of elements along the second-to-last dimension is reversed.</span>
108-
- <span class="signature">[`forEach( arrays, fcn[, thisArg] )`][@stdlib/ndarray/base/for-each]</span><span class="delimiter">: </span><span class="description">invoke a callback function once for each ndarray element.</span>
108+
- <span class="signature">[`forEach( arrays, fcn[, thisArg] )`][@stdlib/ndarray/base/for-each]</span><span class="delimiter">: </span><span class="description">invoke a callback function once for each element in an ndarray.</span>
109109
- <span class="signature">[`array2ndarray( buf, order )`][@stdlib/ndarray/base/from-array]</span><span class="delimiter">: </span><span class="description">convert an array to a one-dimensional ndarray.</span>
110110
- <span class="signature">[`scalar2ndarrayLike( x, value )`][@stdlib/ndarray/base/from-scalar-like]</span><span class="delimiter">: </span><span class="description">convert a scalar value to a zero-dimensional ndarray having the same data type as a provided ndarray.</span>
111111
- <span class="signature">[`scalar2ndarray( value, dtype, order )`][@stdlib/ndarray/base/from-scalar]</span><span class="delimiter">: </span><span class="description">convert a scalar value to a zero-dimensional ndarray.</span>

0 commit comments

Comments
 (0)