From 4c19049fd67e6cd6d03e87666006fefabceebd27 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 29 Feb 2024 10:31:51 +0000 Subject: [PATCH] Auto-generated commit --- complex128/lib/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complex128/lib/main.js b/complex128/lib/main.js index 5dbb60c1..aac7bbfe 100644 --- a/complex128/lib/main.js +++ b/complex128/lib/main.js @@ -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