Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeghe committed Feb 23, 2022
1 parent 8c72bb5 commit 6c1f14a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ console.log(ow.pick({a:1, b:2, c:3}, ['a']));
---

## `reduce(array|literalObject, reducer function, initial value, escapeFn )`
this function is way faster that the native reducer
this function is way faster than the native `Array.reduce`
- **parameters**:
- the array or literal to reduce over
- the reducing function
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ console.log(ow.pick({a:1, b:2, c:3}, ['a']));
---

## `reduce(array|literalObject, reducer function, initial value, escapeFn )`
this function is way faster that the native reducer
this function is way faster than the native `Array.reduce`
- **parameters**:
- the array or literal to reduce over
- the reducing function
Expand Down

0 comments on commit 6c1f14a

Please sign in to comment.