Skip to content

Commit 5e35317

Browse files
committed
Auto-generated commit
1 parent dc21e9e commit 5e35317

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Karthik Prakash <[email protected]>
3030
3131
Marcus Fantham <[email protected]>
3232
Matt Cochrane <[email protected]>
33+
Mihir Pandit <[email protected]>
3334
Milan Raj <[email protected]>
3435
Momtchil Momtchev <[email protected]>
3536
Naresh Jagadeesan <[email protected]>
@@ -48,6 +49,7 @@ Ryan Seal <[email protected]>
4849
Seyyed Parsa Neshaei <[email protected]>
4950
Shraddheya Shendre <[email protected]>
5051
52+
Snehil Shah <[email protected]>
5153
Spandan Barve <[email protected]>
5254
Stephannie Jiménez Gacha <[email protected]>
5355
Yernar Yergaziyev <[email protected]>

complex64/lib/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1700,7 +1700,7 @@ setReadOnly( Complex64Array.prototype, 'map', function map( fcn, thisArg ) {
17001700
});
17011701

17021702
/**
1703-
* Applies a provided callback function to each element of the array, in order, passing in the return value from the calculation on the following element and returning the accumulated result upon completion.
1703+
* Applies a provided callback function to each element of the array, in order, passing in the return value from the calculation on the preceding element and returning the accumulated result upon completion.
17041704
*
17051705
* @name reduce
17061706
* @memberof Complex64Array.prototype
@@ -1765,7 +1765,7 @@ setReadOnly( Complex64Array.prototype, 'reduce', function reduce( reducer, initi
17651765
});
17661766

17671767
/**
1768-
* Applies a provided callback function to each element of the array, in reverse order, passing in the return value from the calculation on the succeding element and returning the accumulated result upon completion.
1768+
* Applies a provided callback function to each element of the array, in reverse order, passing in the return value from the calculation on the preceding element and returning the accumulated result upon completion.
17691769
*
17701770
* @name reduceRight
17711771
* @memberof Complex64Array.prototype

0 commit comments

Comments
 (0)