Skip to content

Commit 8ab9f91

Browse files
committed
Auto-generated commit
1 parent 7d00163 commit 8ab9f91

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+43
-42
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

base/every-by/lib/0d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @private
2727
* @param {Object} x - object containing ndarray meta data
2828
* @param {ndarrayLike} x.ref - reference to the original ndarray-like object
29-
* @param {string} x.dtype - data type
29+
* @param {*} x.dtype - data type
3030
* @param {Collection} x.data - data buffer
3131
* @param {NonNegativeIntegerArray} x.shape - dimensions
3232
* @param {IntegerArray} x.strides - stride lengths

base/every-by/lib/0d_accessors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @private
2727
* @param {Object} x - object containing ndarray meta data
2828
* @param {ndarrayLike} x.ref - reference to the original ndarray-like object
29-
* @param {string} x.dtype - data type
29+
* @param {*} x.dtype - data type
3030
* @param {Collection} x.data - data buffer
3131
* @param {NonNegativeIntegerArray} x.shape - dimensions
3232
* @param {IntegerArray} x.strides - stride lengths

base/every-by/lib/10d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var take = require( '@stdlib/array/base/take-indexed' );
3636
* @private
3737
* @param {Object} x - object containing ndarray meta data
3838
* @param {ndarrayLike} x.ref - reference to the original ndarray-like object
39-
* @param {string} x.dtype - data type
39+
* @param {*} x.dtype - data type
4040
* @param {Collection} x.data - data buffer
4141
* @param {NonNegativeIntegerArray} x.shape - dimensions
4242
* @param {IntegerArray} x.strides - stride lengths

base/every-by/lib/10d_accessors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var take = require( '@stdlib/array/base/take-indexed' );
3636
* @private
3737
* @param {Object} x - object containing ndarray meta data
3838
* @param {ndarrayLike} x.ref - reference to the original ndarray-like object
39-
* @param {string} x.dtype - data type
39+
* @param {*} x.dtype - data type
4040
* @param {Collection} x.data - data buffer
4141
* @param {NonNegativeIntegerArray} x.shape - dimensions
4242
* @param {IntegerArray} x.strides - stride lengths

base/every-by/lib/10d_blocked.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var reverse = require( '@stdlib/array/base/reverse' );
3636
* @private
3737
* @param {Object} x - object containing ndarray meta data
3838
* @param {ndarrayLike} x.ref - reference to the original ndarray-like object
39-
* @param {string} x.dtype - data type
39+
* @param {*} x.dtype - data type
4040
* @param {Collection} x.data - data buffer
4141
* @param {NonNegativeIntegerArray} x.shape - dimensions
4242
* @param {IntegerArray} x.strides - stride lengths

base/every-by/lib/10d_blocked_accessors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var reverse = require( '@stdlib/array/base/reverse' );
3636
* @private
3737
* @param {Object} x - object containing ndarray meta data
3838
* @param {ndarrayLike} x.ref - reference to the original ndarray-like object
39-
* @param {string} x.dtype - data type
39+
* @param {*} x.dtype - data type
4040
* @param {Collection} x.data - data buffer
4141
* @param {NonNegativeIntegerArray} x.shape - dimensions
4242
* @param {IntegerArray} x.strides - stride lengths

base/every-by/lib/1d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @private
2727
* @param {Object} x - object containing ndarray meta data
2828
* @param {ndarrayLike} x.ref - reference to the original ndarray-like object
29-
* @param {string} x.dtype - data type
29+
* @param {*} x.dtype - data type
3030
* @param {Collection} x.data - data buffer
3131
* @param {NonNegativeIntegerArray} x.shape - dimensions
3232
* @param {IntegerArray} x.strides - stride lengths

base/every-by/lib/1d_accessors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @private
2727
* @param {Object} x - object containing ndarray meta data
2828
* @param {ndarrayLike} x.ref - reference to the original ndarray-like object
29-
* @param {string} x.dtype - data type
29+
* @param {*} x.dtype - data type
3030
* @param {Collection} x.data - data buffer
3131
* @param {NonNegativeIntegerArray} x.shape - dimensions
3232
* @param {IntegerArray} x.strides - stride lengths

base/every-by/lib/2d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var take = require( '@stdlib/array/base/take-indexed' );
3434
* @private
3535
* @param {Object} x - object containing ndarray meta data
3636
* @param {ndarrayLike} x.ref - reference to the original ndarray-like object
37-
* @param {string} x.dtype - data type
37+
* @param {*} x.dtype - data type
3838
* @param {Collection} x.data - data buffer
3939
* @param {NonNegativeIntegerArray} x.shape - dimensions
4040
* @param {IntegerArray} x.strides - stride lengths

0 commit comments

Comments
 (0)