aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/atomics/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/atomics/index.html')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/atomics/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/atomics/index.html b/files/zh-cn/web/javascript/reference/global_objects/atomics/index.html
index adc026a104..838b6d8b99 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/atomics/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/atomics/index.html
@@ -24,7 +24,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Atomics
<h2 id="方法">方法</h2>
<dl>
- <dt><span class="hidden"> </span></dt>
<dt>{{jsxref("Atomics.add()")}}</dt>
<dd>将指定位置上的数组元素与给定的值相加,并返回相加前该元素的值。</dd>
<dt><strong>{{jsxref("Atomics.and()")}}</strong></dt>