Skip to content

Commit

Permalink
Merge pull request #58 from wenbing/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
junosuarez committed Jul 16, 2016
2 parents 23996fd + 83575ad commit 937b1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -239,7 +239,7 @@ The return value can also be labeled.
// named signature
isMinLength: (str: String, min: Number) => isValid: Boolean

#### Variadic (variable number of parmeters) functions
#### Variadic (variable number of parameters) functions

When a function accepts an arbitrary number of parameters of the same type, they may be specified with the ES6 Rest Parameter syntax, consisting of three periods before the parameter name:

Expand Down

0 comments on commit 937b1f5

Please sign in to comment.