回答編集履歴
1
typo
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
|
```
|