Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Dec 17, 2023
1 parent 10d5813 commit 997c7d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/complex64/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ setReadOnly( Complex64Array, 'of', function of() {
* @type {Function}
* @param {integer} idx - element index
* @throws {TypeError} `this` must be a complex number array
* @throws {TypeError} must provide a integer
* @throws {TypeError} must provide an integer
* @returns {(Complex64|void)} array element
*
* @example
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/complex64/test/test.at.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ tape( 'the method throws an error if invoked with a `this` context which is not
}
});

tape( 'the method throws an error if provided an index argument which is not a integer', function test( t ) {
tape( 'the method throws an error if provided an index argument which is not an integer', function test( t ) {
var values;
var arr;
var i;
Expand Down

0 comments on commit 997c7d8

Please sign in to comment.