Skip to content

Commit 902b38a

Browse files
committed
docs: update descriptions
1 parent 0e591d6 commit 902b38a

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/array/complex64/lib

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/array/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)