Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 29, 2024
1 parent 5e35317 commit 4c19049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion complex128/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,7 @@ setReadOnly( Complex128Array.prototype, 'reduce', function reduce( reducer, init
});

/**
* 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.
* 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.
*
* @name reduceRight
* @memberof Complex128Array.prototype
Expand Down

0 comments on commit 4c19049

Please sign in to comment.