Skip to content

Commit

Permalink
✏️ [mergeForEach] Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumolari committed Jul 23, 2019
1 parent f996963 commit d9b2662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mergeForEach.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type ComparisonResult = number
* Can be used to implement efficient algorithms which profit from sorted data
* like `mergeSort` or `mergeJoinWith`.
*
* Both collections must be sortable. They will be sorted ascendently using
* Both collections must be sortable. They will be sorted ascendantly using
* value returned by the corresponding iteratee.
*
* @param lhs A collection of elements.
Expand Down Expand Up @@ -144,7 +144,7 @@ declare module 'lodash' {
* Can be used to implement efficient algorithms which profit from sorted
* data like `mergeSort` or `mergeJoinWith`.
*
* Both collections must be sortable. They will be sorted ascendently using
* Both collections must be sortable. They will be sorted ascendantly using
* value returned by the corresponding iteratee.
*
* @param lhs A collection of elements.
Expand Down

0 comments on commit d9b2662

Please sign in to comment.