From 83575adc7b8fe35d7afc7f74384080877909c910 Mon Sep 17 00:00:00 2001 From: wenbing Date: Sat, 16 Jul 2016 13:00:33 +0800 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5d5a92..6aa4d90 100644 --- a/README.md +++ b/README.md @@ -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: