Skip to content

Commit 14de993

Browse files
committed
Auto-generated commit
1 parent 51f9c4b commit 14de993

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ A total of 24 issues were closed in this release:
517517

518518
<details>
519519

520+
- [`794dcb3`](https://github.com/stdlib-js/stdlib/commit/794dcb39a1a97b958b56f2a56ada615344a0d993) - **docs:** fix examples _(by Athan Reines)_
520521
- [`725ba50`](https://github.com/stdlib-js/stdlib/commit/725ba500a8ac24922b4a764acd65a035a4993032) - **docs:** fix comment _(by Athan Reines)_
521522
- [`b937bc4`](https://github.com/stdlib-js/stdlib/commit/b937bc453930ccb515898c2e2040c65f9f9ae2ad) - **docs:** fix comment _(by Athan Reines)_
522523
- [`7ff8051`](https://github.com/stdlib-js/stdlib/commit/7ff805189d4e18714abb7ad430e409bae2db442b) - **docs:** fix comment _(by Athan Reines)_

base/unary-reduce-strided1d-dispatch-by/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
> var dts = [ 'float64', 'float32', 'generic' ];
155155
> var p = { 'output': 'same', 'casting': 'none' };
156156
> var t = { 'default': {{alias:@stdlib/stats/base/ndarray/max}} };
157-
> var f = new {{alias}}( t, [ dts ], dts, 'same' );
157+
> var f = new {{alias}}( t, [ dts ], dts, p );
158158
> var buf = [ -1.0, 2.0, -3.0, -4.0 ];
159159
> var dt = 'generic';
160160
> var sh = [ buf.length ];

base/unary-reduce-strided1d-dispatch/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
> var dts = [ 'float64', 'float32', 'generic' ];
139139
> var p = { 'output': 'same', 'casting': 'none' };
140140
> var t = { 'default': {{alias:@stdlib/stats/base/ndarray/max}} };
141-
> var f = new {{alias}}( t, [ dts ], dts, 'same' );
141+
> var f = new {{alias}}( t, [ dts ], dts, p );
142142
> var buf = [ -1.0, 2.0, -3.0, -4.0 ];
143143
> var dt = 'generic';
144144
> var sh = [ buf.length ];

0 commit comments

Comments
 (0)