Skip to content

Commit cf2716f

Browse files
committed
Auto-generated commit
1 parent 7cbed46 commit cf2716f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
<details>
3434

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ var v = ndarray2array( out );
181181
// returns [ [ [ true ] ], [ [ true ] ], [ [ true ] ] ]
182182
```
183183

184-
#### every.assign( x\[, options] )
184+
#### every.assign( x, out\[, options] )
185185

186186
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].
187187

0 commit comments

Comments
 (0)