Skip to content

Commit c8cab9c

Browse files
authored
Apply suggestions from code review
Signed-off-by: Muhammad Haris <101793258+headlessNode@users.noreply.github.com>
1 parent 7ab876a commit c8cab9c

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

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-
<!-- eslint-disable max-len -->
4443

4544
```javascript
4645
var array = require( '@stdlib/ndarray/array' );
@@ -163,7 +162,6 @@ var count = ctx.count;
163162

164163
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].
165164

166-
<!-- eslint-disable max-len -->
167165

168166
```javascript
169167
var array = require( '@stdlib/ndarray/array' );

lib/node_modules/@stdlib/ndarray/some-by/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
n: ndarray|integer
1212
Number of elements which must pass the test implemented by a predicate
13-
function. Must be brodcast compatible with the non-reduced dimensions of
13+
function. Must be broadcast compatible with the non-reduced dimensions of
1414
input ndarray.
1515

1616
options: Object (optional)
@@ -65,7 +65,7 @@
6565

6666
n: ndarray|integer
6767
Number of elements which must pass the test implemented by a predicate
68-
function. Must be brodcast compatible with the non-reduced dimensions of
68+
function. Must be broadcast compatible with the non-reduced dimensions of
6969
input ndarray.
7070

7171
y: ndarray

0 commit comments

Comments
 (0)