Skip to content

Commit 0d08d28

Browse files
authored
docs: update description to match README.md
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent ceeaabc commit 0d08d28

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/fixed-endian-factory/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/fixed-endian-factory/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ function factory( dtype ) { // eslint-disable-line max-lines-per-function, stdli
725725
});
726726

727727
/**
728-
* 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.
728+
* 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.
729729
*
730730
* @name reduceRight
731731
* @memberof TypedArray.prototype

0 commit comments

Comments
 (0)