teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

typo

2019/12/04 06:43

投稿

peperoncino000
peperoncino000

スコア148

answer CHANGED
@@ -3,7 +3,7 @@
3
3
  ```php
4
4
  if ($array[$j] == "detail") {
5
5
 
6
- } else if ($array[$j] == "unit-price" {
6
+ } else if ($array[$j] == "unit-price") {
7
7
 
8
8
  } ...
9
9
  ```