aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/functions/arrow_functions
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/functions/arrow_functions')
-rw-r--r--files/zh-cn/web/javascript/reference/functions/arrow_functions/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/functions/arrow_functions/index.html b/files/zh-cn/web/javascript/reference/functions/arrow_functions/index.html
index ff24c56152..09c9864d26 100644
--- a/files/zh-cn/web/javascript/reference/functions/arrow_functions/index.html
+++ b/files/zh-cn/web/javascript/reference/functions/arrow_functions/index.html
@@ -22,7 +22,7 @@ translation_of: Web/JavaScript/Reference/Functions/Arrow_functions
<h2 id="Syntax">语法</h2>
<blockquote>
-<h3 class="brush: js" id="基础语法">基础语法</h3>
+<h3 id="基础语法">基础语法</h3>
<pre>(param1, param2, …, paramN) =&gt; { statements }
(param1, param2, …, paramN) =&gt; expression