Skip to content

Commit 2ab54ba

Browse files
committed
Fix description
1 parent 2c49068 commit 2ab54ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/utils/map-reduce/docs/types

lib/node_modules/@stdlib/utils/map-reduce/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ type ArrayReducer = NullaryReducer | UnaryReducer | BinaryReducer | TernaryReduc
209209
declare function mapReduce( arr: ndarray, initial: any, mapper: Mapper, reducer: Reducer, thisArg?: any ): any; // tslint:disable-line:max-line-length
210210

211211
/**
212-
* Applies a function against an accumulator and each element in an array and returns the accumulated result.
212+
* Performs a map-reduce operation for each element in an array and returns the accumulated result.
213213
*
214214
* ## Notes
215215
*

0 commit comments

Comments
 (0)