Skip to content

Commit 09bf194

Browse files
committed
Auto-generated commit
1 parent fa402ab commit 09bf194

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1283,6 +1283,7 @@ A total of 7 people contributed to this release. Thank you to the following cont
12831283

12841284
<details>
12851285

1286+
- [`fdf4cc1`](https://github.com/stdlib-js/stdlib/commit/fdf4cc10816de43b8a73890e1f93f1635104c79f) - **docs:** fix signature _(by Athan Reines)_
12861287
- [`1e3aa40`](https://github.com/stdlib-js/stdlib/commit/1e3aa40c44b6d1fe63e8426c9c78ed00ffecc7f0) - **docs:** update copy _(by Athan Reines)_
12871288
- [`74b7a03`](https://github.com/stdlib-js/stdlib/commit/74b7a03f171a8241edb737fbd59d7822023a2263) - **docs:** update copy _(by Athan Reines)_
12881289
- [`eb9cf48`](https://github.com/stdlib-js/stdlib/commit/eb9cf4814a5902a7ca979b162977a43fc3bf17ce) - **bench:** fix duplicate assignment _(by Athan Reines)_

every/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ var v = ndarray2array( out );
148148
// returns [ [ [ true ] ], [ [ true ] ], [ [ true ] ] ]
149149
```
150150

151-
#### every.assign( x\[, options] )
151+
#### every.assign( x, out\[, options] )
152152

153153
Tests whether every element along one or more [`ndarray`][@stdlib/ndarray/ctor] dimensions is truthy and assigns results to a provided output [`ndarray`][@stdlib/ndarray/ctor].
154154

0 commit comments

Comments
 (0)