aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author清庙 <42996632+hug-love@users.noreply.github.com>2022-02-22 15:01:45 +0800
committerGitHub <noreply@github.com>2022-02-22 15:01:45 +0800
commit70c3e11f3335e7701325f125fd712c84d6c1f9bf (patch)
treef56407a1a018a4230c6f44301883a23ea39104d0
parent9d4c3b9401fc23b1844300a521c398465a916f2e (diff)
downloadtranslated-content-70c3e11f3335e7701325f125fd712c84d6c1f9bf.tar.gz
translated-content-70c3e11f3335e7701325f125fd712c84d6c1f9bf.tar.bz2
translated-content-70c3e11f3335e7701325f125fd712c84d6c1f9bf.zip
improve translation (#4130)
* Update index.html 英文原文:The assignment operation evaluates to the assigned value. * Update index.html 移除span元素
-rw-r--r--files/zh-cn/web/javascript/reference/operators/assignment/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/assignment/index.html b/files/zh-cn/web/javascript/reference/operators/assignment/index.html
index b03fcf3224..9c88caca50 100644
--- a/files/zh-cn/web/javascript/reference/operators/assignment/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/assignment/index.html
@@ -11,7 +11,7 @@ translation_of: Web/JavaScript/Reference/Operators/Assignment
---
<div>{{jsSidebar("Operators")}}</div>
-<p>简单赋值操作符(=)用于为变量赋值。赋值表达式本身的值为其完成后被赋值的变量的值。为了给多个变量赋一个值,可以链式使用赋值操作符。</p>
+<p>简单赋值操作符(=)用于为变量赋值。赋值表达式本身的值为要赋值的值。为了给多个变量赋一个值,可以链式使用赋值操作符。</p>
<div>{{EmbedInteractiveExample("pages/js/expressions-assignment.html")}}</div>