File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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)_
Original file line number Diff line number Diff 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*/
3131function 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*/
5555function arrayLike ( ) : ArrayLike < number > {
5656 const arr : ArrayLike < number > = {
You can’t perform that action at this time.
0 commit comments