Skip to content

Commit 715d6c2

Browse files
authored
誤字修正
1 parent 36a465b commit 715d6c2

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
@@ -273,7 +273,7 @@ if (isPrime) {
273273

274274
### 別解
275275

276-
前項で割ったあまりが0でないこととの `&&` (AND) をとることで帰納的に求めることもできます。
276+
前項までで割ったあまりが0でないこととの `&&` (AND) をとることで帰納的に求めることもできます。
277277

278278
```javascript
279279
const n = 89; // 任意の整数

0 commit comments

Comments
 (0)