Skip to content

Commit ccc495e

Browse files
committed
Auto-generated commit
1 parent 22c7d1d commit ccc495e

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
@@ -260,6 +260,7 @@ A total of 35 issues were closed in this release:
260260

261261
<details>
262262

263+
- [`0472076`](https://github.com/stdlib-js/stdlib/commit/04720767c484e6277ad9411dff3dc5a116c31378) - **docs:** remove duplicated words in documentation and comments _(by Philipp Burckhardt)_
263264
- [`7b347fa`](https://github.com/stdlib-js/stdlib/commit/7b347facd7397468a643699e102d2c3b6e379198) - **style:** resolve lint failure _(by Athan Reines)_
264265
- [`72af2aa`](https://github.com/stdlib-js/stdlib/commit/72af2aacb1ff59c6e96de88b5994790ca756aca4) - **chore:** fix spelling errors in `array` [(#9768)](https://github.com/stdlib-js/stdlib/pull/9768) _(by Shubham, Philipp Burckhardt)_
265266
- [`bfc8c3a`](https://github.com/stdlib-js/stdlib/commit/bfc8c3a7bcebf1a049c9e457ab440f540fd5c7a9) - **chore:** use one asterisk for license comment in TS files _(by Philipp Burckhardt)_

filled-by/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ function filledarrayBy() {
308308
throw new TypeError( format( 'invalid argument. Callback argument must be a function. Value: `%s`.', clbk ) );
309309
}
310310
}
311-
// If were were only provided 2 arguments and the last argument was not a function, we've been provided an insufficient number of arguments...
311+
// If we were only provided 2 arguments and the last argument was not a function, we've been provided an insufficient number of arguments...
312312
else {
313313
throw new TypeError( 'invalid arguments. Must provide a length, typed array, array-like object, or an iterable.' );
314314
}

0 commit comments

Comments
 (0)