aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/uint8array
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/uint8array')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/uint8array/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/uint8array/index.html b/files/zh-cn/web/javascript/reference/global_objects/uint8array/index.html
index 42345aaf89..1613c9582b 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/uint8array/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/uint8array/index.html
@@ -39,7 +39,7 @@ new Uint8Array(buffer [, byteOffset [, length]]);</pre>
<dd>通过一个可变数目的参数创建一个新的<code>Uint8Array</code>数组,可参见{{jsxref("Array.of()")}}.</dd>
</dl>
-<h2 id="Boolean_instances" name="Boolean_instances"><code>Uint8Array</code> 原型声明</h2>
+<h2 id="Boolean_instances"><code>Uint8Array</code> 原型声明</h2>
<p>所有的<code>Uint8Array对象继承自</code> {{jsxref("TypedArray.prototype", "%TypedArray%.prototype")}}.</p>