Skip to content

Commit 7d3a12c

Browse files
authored
docs: update example
Signed-off-by: Athan <kgryte@gmail.com>
1 parent bd6bb25 commit 7d3a12c

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/ndarray/any-by

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ var opts = {
202202

203203
// Perform reduction:
204204
var out = anyBy.assign( x, y, opts, predicate );
205+
// returns <ndarray>[ true, false ]
205206

206207
var bool = ( out === y );
207208
// returns true

0 commit comments

Comments
 (0)