aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/uneval
diff options
context:
space:
mode:
authorIrvin <irvinfly@gmail.com>2022-02-16 02:14:18 +0800
committerIrvin <irvinfly@gmail.com>2022-02-16 02:35:54 +0800
commitd44f5032d0f53256b2d5aef505d6b593fd3cd158 (patch)
tree4b585f4be9c9a2712664ad10e7acf62c83fff51f /files/zh-cn/web/javascript/reference/global_objects/uneval
parentf45e9e070c93ebbd83d488bdd775987a4d75c201 (diff)
downloadtranslated-content-d44f5032d0f53256b2d5aef505d6b593fd3cd158.tar.gz
translated-content-d44f5032d0f53256b2d5aef505d6b593fd3cd158.tar.bz2
translated-content-d44f5032d0f53256b2d5aef505d6b593fd3cd158.zip
fix yari h2m dry run errors (zh-CN)
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/uneval')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/uneval/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/uneval/index.html b/files/zh-cn/web/javascript/reference/global_objects/uneval/index.html
index 234b683d48..f0a0119d4d 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/uneval/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/uneval/index.html
@@ -22,11 +22,11 @@ translation_of: Web/JavaScript/Reference/Global_Objects/uneval
<h3 id="返回值">返回值</h3>
-<dl>
- <dd>表示给定对象的源代码的字符串</dd>
-</dl>
+<p>表示给定对象的源代码的字符串</p>
-<div class="note"><strong>注意:</strong>无法通过此方法获取对象的 JSON 形式。</div>
+<div class="note">
+<p><strong>备注:</strong>无法通过此方法获取对象的 JSON 形式。</p>
+</div>
<h2 id="描述">描述</h2>