Skip to content

Commit 992c9e3

Browse files
committed
Auto-generated commit
1 parent 560b18f commit 992c9e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1744,7 +1744,7 @@ interface Complex128ArrayConstructor {
17441744
/**
17451745
* Creates a new 128-bit complex number array from a variable number of arguments.
17461746
*
1747-
* @param element - array elements
1747+
* @param elements - array elements
17481748
* @returns 128-bit complex number array
17491749
*
17501750
* @example

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ tape( 'the constructor returns an instance having a `length` property for return
512512
}
513513
});
514514

515-
tape( 'the constructor throws an error if provided an ArrayBuffer which is a multiple of 16', function test( t ) {
515+
tape( 'the constructor throws an error if provided an ArrayBuffer which is not a multiple of 16', function test( t ) {
516516
var values;
517517
var i;
518518

0 commit comments

Comments
 (0)