From 69fc529aa65b1b2a83a850e0963bedc13ff4cf80 Mon Sep 17 00:00:00 2001 From: xufanglu Date: Thu, 1 May 2014 22:10:31 +0800 Subject: [PATCH] Update function.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 语义不清 --- docs/function.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/function.md b/docs/function.md index 9c001f8..b32bfc5 100644 --- a/docs/function.md +++ b/docs/function.md @@ -75,7 +75,7 @@ push(a, "a1", "a2", "a3", "a4"); ``` -注意,rest参数不能再有其他参数,否则会报错。 +注意,rest参数之后不能再有其他参数,否则会报错。 ```javascript