diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/float32array')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/float32array/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/float32array/index.html b/files/zh-cn/web/javascript/reference/global_objects/float32array/index.html index 016faed724..8acfb7feee 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/float32array/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/float32array/index.html @@ -43,7 +43,7 @@ new Float32Array(buffer [, byteOffset [, length]]);</pre> <dd>用可变数量的参数创建一个新的Float32Array。 参见 {{jsxref("Array.of()")}}。</dd> </dl> -<h2 id="Boolean_instances" name="Boolean_instances"><code>Float32Array</code> 属性</h2> +<h2 id="Boolean_instances"><code>Float32Array</code> 属性</h2> <p>所有的<code>Float32Array对象都</code>继承自 {{jsxref("TypedArray.prototype", "%TypedArray%.prototype")}}。</p> |