Skip to content

Commit 1a5f828

Browse files
Update example output in README.md
Signed-off-by: Rohit R Bhat <bhatrr2021@gmail.com>
1 parent 222a014 commit 1a5f828

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ var opts = {
107107

108108
// Perform reduction:
109109
var out = anyBy( x, opts, isPositive );
110-
// returns <ndarray>[ [ [ [ true ] ] ] ]
110+
// returns <ndarray>[ [ true ] ]
111111
```
112112

113113
To set the function execution context, provide a `thisArg`.

0 commit comments

Comments
 (0)