Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesamuel committed Jul 9, 2019
1 parent a34a679 commit ddeb0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function myFunction(a, b = 0, [c, d], ...e) {
myFunction.length; // Minimum arity

const {
max, // Maximum arity (including any ...restParamater)
max, // Maximum arity (including any ...restParameter)
usesRest, // True if there is a ...restParameter.
} = arityOf(myFunction);
```

0 comments on commit ddeb0b5

Please sign in to comment.