aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/uint32array
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/uint32array')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/uint32array/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/uint32array/index.html b/files/zh-cn/web/javascript/reference/global_objects/uint32array/index.html
index 4e8b04116a..bc39c4a39c 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/uint32array/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/uint32array/index.html
@@ -41,7 +41,7 @@ new Uint32Array(buffer [, byteOffset [, length]]);</pre>
<dd>从可变长度的参数创建一个新的 <code>Uint32Array</code> 。请参考 {{jsxref("Array.of()")}}.</dd>
</dl>
-<h2 id="Boolean_instances" name="Boolean_instances"><code>Uint32Array</code> 原型</h2>
+<h2 id="Boolean_instances"><code>Uint32Array</code> 原型</h2>
<p>所有 <code>Uint32Array</code> 对象继承自 {{jsxref("TypedArray.prototype", "%TypedArray%.prototype")}}.</p>