Skip to content

Commit 08a5a21

Browse files
committed
Auto-generated commit
1 parent 10e4da1 commit 08a5a21

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

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

2323
<details>
2424

25+
- [`abf0407`](https://github.com/stdlib-js/stdlib/commit/abf040787f6598438b0100a729a8331b7f80f62f) - **chore:** resolve lint errors in TS files _(by Philipp Burckhardt)_
2526
- [`ff9fa81`](https://github.com/stdlib-js/stdlib/commit/ff9fa81f917d539f1a11fba5580e1744991a8a11) - **docs:** fix TSDoc lint errors _(by Philipp Burckhardt)_
2627
- [`0c2eafb`](https://github.com/stdlib-js/stdlib/commit/0c2eafb772442a6b2ec4be78490c19f0a70d6235) - **docs:** fix copy and remove extraneous newline _(by Athan Reines)_
2728
- [`6f6df5d`](https://github.com/stdlib-js/stdlib/commit/6f6df5d539a8035cb3af7b1ceec0ead1ee943bee) - **feat:** add `strided/base/strided2object` _(by Athan Reines)_

docs/types/test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import strided2object = require( './index' );
2626
/**
2727
* Returns an array-like object supporting the get/set protocol.
2828
*
29-
* @return array-like object
29+
* @returns array-like object
3030
*/
3131
function accessorArray(): AccessorArrayLike<number> {
3232
const arr: AccessorArrayLike<number> = {
@@ -50,7 +50,7 @@ function accessorArray(): AccessorArrayLike<number> {
5050
/**
5151
* Returns an array-like object.
5252
*
53-
* @return array-like object
53+
* @returns array-like object
5454
*/
5555
function arrayLike(): ArrayLike<number> {
5656
const arr: ArrayLike<number> = {

0 commit comments

Comments
 (0)