aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/arraybuffer/index.html')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/arraybuffer/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/index.html b/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/index.html
index a7d35e161b..0dde8cd36a 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/index.html
@@ -40,7 +40,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/ArrayBuffer
<h3 id="异常">异常</h3>
-<p>如果 <font face="consolas, Liberation Mono, courier, monospace">length</font> 大于 {{jsxref("Number.MAX_SAFE_INTEGER")}}(&gt;= 2 ** 53)或为负数,则抛出一个  {{jsxref("RangeError")}}  异常。</p>
+<p>如果 <code>length</code> 大于 {{jsxref("Number.MAX_SAFE_INTEGER")}}(&gt;= 2 ** 53)或为负数,则抛出一个  {{jsxref("RangeError")}}  异常。</p>
<h2 id="描述">描述</h2>