Skip to content

Commit bc638c2

Browse files
committed
Auto-generated commit
1 parent 1be4bdb commit bc638c2

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ A total of 10 issues were closed in this release:
152152

153153
<details>
154154

155+
- [`5da1e4c`](https://github.com/stdlib-js/stdlib/commit/5da1e4cb3d745fb99d24acb4d68b9de1bc43fefc) - **docs:** fix description _(by Athan Reines)_
156+
- [`23f974f`](https://github.com/stdlib-js/stdlib/commit/23f974ffa57178111668017ede5e5d29ad1def66) - **docs:** fix description _(by Athan Reines)_
155157
- [`1632bdd`](https://github.com/stdlib-js/stdlib/commit/1632bdd2064fd9dcb07d57191c9bab75d2fff493) - **build:** add scaffold for unary PRNGs _(by Athan Reines)_
156158
- [`7cd701d`](https://github.com/stdlib-js/stdlib/commit/7cd701dc8bcd6c438d99bf1c351ef5a765e0e699) - **chore:** update package meta data [(#9404)](https://github.com/stdlib-js/stdlib/pull/9404) _(by stdlib-bot)_
157159
- [`974bdef`](https://github.com/stdlib-js/stdlib/commit/974bdef0d286a3d61cbbcdea1a7a16255608541b) - **feat:** add `t` to namespace _(by Athan Reines)_

scripts/scaffolds/binary/scripts/scaffold.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# PARAM_2_DESC Second parameter description.
3939
# PARAM_2_DTYPE Second parameter data type.
4040
# PARAM_2_JSDOC_DTYPE Second parameter JSDoc data type.
41-
# PARAM_2_DTYPE_KIND First parameter data type kind.
41+
# PARAM_2_DTYPE_KIND Second parameter data type kind.
4242
# OUTPUT_TS_DTYPE Output TypeScript data type.
4343
# OUTPUT_TS_TYPED_NDARRAY Output TypeScript typed ndarray.
4444
# OUTPUT_DTYPE_KIND Output data type kind.

tools/binary/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ setReadOnly( Random.prototype, 'generate', function generate( shape, param1, par
504504
* @param {(ndarrayLike|*)} param1 - first PRNG parameter
505505
* @param {(ndarrayLike|*)} param2 - second PRNG parameter
506506
* @param {ndarrayLike} out - output ndarray
507-
* @throws {TypeError} second argument must be an ndarray
507+
* @throws {TypeError} third argument must be an ndarray
508508
* @throws {TypeError} must provide valid PRNG parameters
509509
* @throws {TypeError} PRNG parameters and the output ndarray must be broadcast compatible
510510
* @throws {Error} cannot write to a read-only ndarray

0 commit comments

Comments
 (0)