Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed May 25, 2024
1 parent ffe3c4c commit e34c448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,7 @@ interface Complex64ArrayConstructor {
/**
* Creates a new 64-bit complex number array from a variable number of arguments.
*
* @param element - array elements
* @param elements - array elements
* @returns 64-bit complex number array
*
* @example
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ tape( 'the constructor returns an instance having a `length` property for return
}
});

tape( 'the constructor throws an error if provided an ArrayBuffer which is a multiple of 8', function test( t ) {
tape( 'the constructor throws an error if provided an ArrayBuffer which is not a multiple of 8', function test( t ) {
var values;
var i;

Expand Down

0 comments on commit e34c448

Please sign in to comment.