Skip to content

Commit

Permalink
fix the description of assignment operators (#16759)
Browse files Browse the repository at this point in the history
Co-authored-by: A1lo <[email protected]>
  • Loading branch information
green961 and yin1999 authored Oct 30, 2023
1 parent 1a8d139 commit dc1d03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/zh-cn/web/javascript/reference/operators/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ JavaScript 中的基本关键字和常用表达式。

### 赋值运算符

赋值元素符会将右边的操作数的值分配给左边的操作数,并将其值修改为右边操作数相等的值
赋值运算符将右边的操作数的值分配给左边的操作数

- {{JSxRef("Operators/Assignment", "=")}}
- : 赋值运算符。
Expand Down

0 comments on commit dc1d03b

Please sign in to comment.