aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn
diff options
context:
space:
mode:
authorbtea <2356281422@qq.com>2021-10-31 02:43:48 -0500
committerGitHub <noreply@github.com>2021-10-31 15:43:48 +0800
commit97e29a6bacf7f2b0269d45b9d9fae37c245c250b (patch)
tree58a63ee64751e5a391b227c71b885d4519eb484e /files/zh-cn
parent4dcdad6baffeca195d3b6cc8aaa01af5041bb7a9 (diff)
downloadtranslated-content-97e29a6bacf7f2b0269d45b9d9fae37c245c250b.tar.gz
translated-content-97e29a6bacf7f2b0269d45b9d9fae37c245c250b.tar.bz2
translated-content-97e29a6bacf7f2b0269d45b9d9fae37c245c250b.zip
Fix Web/JavaScript/Reference/Global_Objects/Object/create, zh-CN (#2912)
Diffstat (limited to 'files/zh-cn')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/create/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/create/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/create/index.html
index bd9fbe194c..a9b54f733d 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/create/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/create/index.html
@@ -37,7 +37,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Object/create
<h3 id="Description" name="Description">例外</h3>
-<p>如果<code>propertiesObject</code>参数是 {{jsxref("null")}} 或非原始包装对象,则抛出一个 {{jsxref("TypeError")}} 异常。</p>
+<p>如果<code>proto</code>参数不是 {{jsxref("null")}} 或非原始包装对象,则抛出一个 {{jsxref("TypeError")}} 异常。</p>
<h2 id="Examples" name="Examples">例子</h2>