Skip to content

Commit bc89ba8

Browse files
committed
Fix typo from "以下" to "次"
1 parent 9f10cb8 commit bc89ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1-trial-session/08-loop/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ document.write(product);
207207

208208
### 別解
209209

210-
複合代入演算子を使うと以下のようにも書けます
210+
複合代入演算子を使うと次のようにも書けます
211211

212212
```javascript
213213
let product = 1;

0 commit comments

Comments
 (0)