Skip to content

Commit 4d7ba48

Browse files
fixup! feat: adding 'slice' prototype method in fixed-endian-factory
1 parent f627a3e commit 4d7ba48

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/fixed-endian-factory/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/fixed-endian-factory/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ function factory( dtype ) { // eslint-disable-line max-lines-per-function, stdli
770770
* bool = out.get( len-1 );
771771
* // returns 2.0
772772
*/
773-
setReadOnly( TypedArray.prototype, 'subarray', function subarray( begin, end) {
773+
setReadOnly( TypedArray.prototype, 'subarray', function subarray( begin, end ) {
774774
var outbuf;
775775
var out;
776776
var buf;

0 commit comments

Comments
 (0)