aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/atomics/exchange/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/atomics/exchange/index.html')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/atomics/exchange/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/atomics/exchange/index.html b/files/zh-cn/web/javascript/reference/global_objects/atomics/exchange/index.html
index 4502bf8a52..8ebff422a1 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/atomics/exchange/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/atomics/exchange/index.html
@@ -42,7 +42,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Atomics/exchange
<ul>
<li>假如 <code>typedArray</code> 不是允许的整型之一,则抛出 {{jsxref("TypeError")}}。</li>
- <li><code><font face="Open Sans, Arial, sans-serif">假如 </font>typedArray</code> 不是一个贡献的 typed array,则抛出 {{jsxref("TypeError")}}。</li>
+ <li><code>假如 typedArray</code> 不是一个贡献的 typed array,则抛出 {{jsxref("TypeError")}}。</li>
<li>如果 <code>index</code> 超出了 <code>typedArray 的边界,则抛出</code> {{jsxref("RangeError")}}。</li>
</ul>