Skip to content

Commit 8c5f6bd

Browse files
aster-voidchvmvd
andauthored
行数修正
Co-authored-by: WATAHIKI Yuto <[email protected]>
1 parent f712c0b commit 8c5f6bd

File tree

1 file changed

+1
-1
lines changed
  • docs/1-trial-session/09-functions

1 file changed

+1
-1
lines changed

docs/1-trial-session/09-functions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ for (let p = 0; p < 1; p += 0.1) {
176176
}
177177
```
178178

179-
このプログラムを、<Term type="javascriptFunction">関数</Term>を用いて確率を計算する部分とグラフとして表示する部分に分割すると、次のようになります。先頭の 8 行を読むだけでプログラム全体の処理の流れが追えるようになりました。
179+
このプログラムを、<Term type="javascriptFunction">関数</Term>を用いて確率を計算する部分とグラフとして表示する部分に分割すると、次のようになります。先頭の 9 行を読むだけでプログラム全体の処理の流れが追えるようになりました。
180180

181181
```javascript
182182
const totalTicketCount = 10;

0 commit comments

Comments
 (0)