Skip to content

Commit a9ed85b

Browse files
morinokamiazu
andauthored
fix: 剰余演算子の説明を改善 (#1557)
Co-authored-by: azu <[email protected]>
1 parent 6441efd commit a9ed85b

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
@@ -115,7 +115,7 @@ console.log(10 / 0.5); // => 20
115115

116116
### 剰余演算子(`%`) {#modulus-operator}
117117

118-
2つの数値のあまりを求める演算子です。左オペランドを右オペランドで除算したあまりを返します。
118+
2つの数値を除算したあまりを求める演算子です。左オペランドを右オペランドで除算したあまりを返します。
119119

120120
{{book.console}}
121121
```js

0 commit comments

Comments
 (0)