diff options
author | Kevin CHEN <33132228+KevinZonda@users.noreply.github.com> | 2021-06-16 20:13:45 +0100 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-06-18 01:42:28 +0800 |
commit | fed8f903c0949ab8eaf52afd445f9f7821dd147b (patch) | |
tree | bf1b8c52f5fb9b7bda1554b5e6f5e314bbaf6fdb /files | |
parent | d490e42ffe823173477b841ec397105bd06cb336 (diff) | |
download | translated-content-fed8f903c0949ab8eaf52afd445f9f7821dd147b.tar.gz translated-content-fed8f903c0949ab8eaf52afd445f9f7821dd147b.tar.bz2 translated-content-fed8f903c0949ab8eaf52afd445f9f7821dd147b.zip |
fix #574
Diffstat (limited to 'files')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/error/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/error/index.html b/files/zh-cn/web/javascript/reference/global_objects/error/index.html index 27bd521d4e..c8aa8b581e 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/error/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/error/index.html @@ -80,7 +80,7 @@ const y = new Error('I was constructed via the "new" keyword!');</code></pre> <dl> <dt><strong style="font-weight: bold;">{{jsxref("URIError")}}</strong></dt> - <dd>创建一个error实例,表示错误的原因:给 {{jsxref("Global_Objects/encodeURI", "encodeURI()")}}<span style="line-height: inherit;">或 </span> {{jsxref("Global_Objects/decodeURI", "decodeURl()")}}<span style="line-height: inherit;">传递的参数无效。</span></dd> + <dd>创建一个error实例,表示错误的原因:给 {{jsxref("Global_Objects/encodeURI", "encodeURI()")}}<span style="line-height: inherit;">或 </span> {{jsxref("Global_Objects/decodeURI", "decodeURI()")}}<span style="line-height: inherit;">传递的参数无效。</span></dd> </dl> <h2 id="Properties" name="Properties">属性</h2> |