From e34c4484872f8236c2617991d253cbbcac305be0 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sat, 25 May 2024 03:32:42 +0000 Subject: [PATCH] Auto-generated commit --- docs/types/index.d.ts | 2 +- test/test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/types/index.d.ts b/docs/types/index.d.ts index bedcf9a..a6de90e 100644 --- a/docs/types/index.d.ts +++ b/docs/types/index.d.ts @@ -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 diff --git a/test/test.js b/test/test.js index 75d11ef..8747632 100644 --- a/test/test.js +++ b/test/test.js @@ -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;