Skip to content

Commit 89ee510

Browse files
committed
docs: update description
1 parent 902b38a commit 89ee510

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/complex128/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/complex128/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1762,7 +1762,7 @@ setReadOnly( Complex128Array.prototype, 'reduce', function reduce( reducer, init
17621762
});
17631763

17641764
/**
1765-
* Applies a provided callback function to each element of the array, in reverse order, passing in the return value from the calculation on the following element and returning the accumulated result upon completion.
1765+
* 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.
17661766
*
17671767
* @name reduceRight
17681768
* @memberof Complex128Array.prototype

0 commit comments

Comments
 (0)