Skip to content

Commit a139142

Browse files
authored
fix(operator): オペランド表記の統一 (#1226)
オペランド1、オペランド2 をべき乗演算子の説明の左オペランド、右オペランドに合わせる修正です。
1 parent 6c25579 commit a139142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic/operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ description: "JavaScriptにおける演算子についてを紹介します。
2323

2424
```
2525
// 二項演算子とオペランドの関係
26-
オペランド1 演算子 オペランド2
26+
左オペランド 演算子 右オペランド
2727
```
2828

2929
また、1つの演算子に対して1つのオペランドだけを取るものもあります。

0 commit comments

Comments
 (0)