Skip to content

Commit 0003336

Browse files
committed
何したか忘れました
1 parent 3bafd4e commit 0003336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1-trial-session/10-array/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ studentNames[1] = "内藤";
3333

3434
:::
3535

36-
`[``]` の中には任意の式を記述できます。変数を使用することも可能です。
36+
`[``]` の中には非負整数値になる任意の式を記述できます。変数を使用することも可能です。
3737

3838
```javascript
3939
const six = 6;

0 commit comments

Comments
 (0)