Skip to content

Commit eaae33f

Browse files
committed
docs: update related packages sections
1 parent b46839a commit eaae33f

File tree

1 file changed

+0
-2
lines changed
  • lib/node_modules/@stdlib/ndarray/some-by

1 file changed

+0
-2
lines changed

lib/node_modules/@stdlib/ndarray/some-by/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ var someBy = require( '@stdlib/ndarray/some-by' );
4040

4141
Tests whether at least `n` elements along one or more [`ndarray`][@stdlib/ndarray/ctor] dimensions pass a test implemented by a predicate function.
4242

43-
4443
```javascript
4544
var array = require( '@stdlib/ndarray/array' );
4645

@@ -162,7 +161,6 @@ var count = ctx.count;
162161

163162
Tests whether at least `n` elements along one or more [`ndarray`][@stdlib/ndarray/ctor] dimensions pass a test implemented by a predicate function and assigns results to a provided output [`ndarray`][@stdlib/ndarray/ctor].
164163

165-
166164
```javascript
167165
var array = require( '@stdlib/ndarray/array' );
168166
var empty = require( '@stdlib/ndarray/empty' );

0 commit comments

Comments
 (0)