Skip to content

Commit e7bcd6f

Browse files
authored
Merge pull request #479 from ut-code/fix-typo-in-loop
Fix typo from "以下" to "次"
2 parents 369e9d0 + bc89ba8 commit e7bcd6f

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)