aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript
diff options
context:
space:
mode:
authorJabriel <15688641+jukrb0x@users.noreply.github.com>2021-08-10 22:26:48 +0800
committerGitHub <noreply@github.com>2021-08-10 22:26:48 +0800
commitb3d1ed70cbc7136a6840e9fd4bfeb9f552711b7c (patch)
tree3791dde1284c694b693402ead80397600e44870a /files/zh-cn/web/javascript
parent9448fc720b6902ad6c3300b068e275e0e22043eb (diff)
downloadtranslated-content-b3d1ed70cbc7136a6840e9fd4bfeb9f552711b7c.tar.gz
translated-content-b3d1ed70cbc7136a6840e9fd4bfeb9f552711b7c.tar.bz2
translated-content-b3d1ed70cbc7136a6840e9fd4bfeb9f552711b7c.zip
Fix mistranslation in Web/JavaScript/Reference/Strict_mode, zh-CN (#1995)
* fix typo 显示 to 显式 and remove unnecessary space * fix incorrect translation implicitly opting-out: **隐式**地脱离/隐式地退出 - 显示: display - 显式: explicit - 隐式: implicit
Diffstat (limited to 'files/zh-cn/web/javascript')
-rw-r--r--files/zh-cn/web/javascript/reference/strict_mode/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/strict_mode/index.html b/files/zh-cn/web/javascript/reference/strict_mode/index.html
index 4f48146e49..0d9066e644 100644
--- a/files/zh-cn/web/javascript/reference/strict_mode/index.html
+++ b/files/zh-cn/web/javascript/reference/strict_mode/index.html
@@ -11,7 +11,7 @@ translation_of: Web/JavaScript/Reference/Strict_mode
<div class="note">有时你会看到非严格模式,被称为“<strong><a href="https://developer.mozilla.org/docs/Glossary/Sloppy_mode" id="sloppyModeId333">sloppy mode</a></strong>”。这不是一个官方术语,但以防万一,你应该意识到这一点。</div>
-<div><a class="external" href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript 5</a>的<strong>严格模式</strong>是采用具有限制性JavaScript变体的一种方式,从而使代码显示地 脱离“马虎模式/稀松模式/懒散模式“(sloppy)模式。</div>
+<div><a class="external" href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript 5</a>的<strong>严格模式</strong>是采用具有限制性JavaScript变体的一种方式,从而使代码隐式地脱离“马虎模式/稀松模式/懒散模式“(sloppy)模式。</div>
<div>严格模式不仅仅是一个子集:它的产生是为了形成与正常代码不同的语义。</div>