diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/symbol/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/symbol/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/symbol/index.html b/files/zh-cn/web/javascript/reference/global_objects/symbol/index.html index 346c6df0f0..5e23754b25 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/symbol/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/symbol/index.html @@ -120,7 +120,7 @@ typeof symObj; // "object"</pre> <dd>从全局symbol注册表中,为给定的symbol检索一个共享的?symbol key。</dd> </dl> -<h2 id="Boolean_instances" name="Boolean_instances"><font face="Consolas, Monaco, Andale Mono, monospace">Symbol 原型</font></h2> +<h2 id="Boolean_instances" name="Boolean_instances">Symbol 原型</h2> <p>所有 Symbols 继承自 {{jsxref("Symbol.prototype")}}.</p> |