Skip to content

Commit 4c19049

Browse files
committed
Auto-generated commit
1 parent 5e35317 commit 4c19049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)