aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/operators/grouping/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/operators/grouping/index.html')
-rw-r--r--files/zh-cn/web/javascript/reference/operators/grouping/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/grouping/index.html b/files/zh-cn/web/javascript/reference/operators/grouping/index.html
index 77e572a4ce..87b135b208 100644
--- a/files/zh-cn/web/javascript/reference/operators/grouping/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/grouping/index.html
@@ -80,7 +80,7 @@ a * c + b * c // 9
<p>{{Compat("javascript.operators.grouping")}}</p>
-<h2 id="See_also" name="See_also">相关链接</h2>
+<h2 id="See_also">相关链接</h2>
<ul>
<li><a href="/en-US/docs/Web/JavaScript/Reference/Operators/Operator_Precedence">运算符优先级</a></li>