Skip to content

Commit 7e4fb50

Browse files
authored
Update README.md
1 parent a67fba1 commit 7e4fb50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/159.1-FashionInventory-A/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ let currentInventory = [
4141

4242
```Js
4343
[
44-
[Brunello Cucinelli, tasselled black low-top lace-up, 1000],
45-
[Brunello Cucinelli, tasselled green low-top lace-up, 1100],
44+
['Brunello Cucinelli', 'tasselled black low-top lace-up', 1000],
45+
['Brunello Cucinelli', 'tasselled green low-top lace-up', 1100],
4646
...
4747
]
4848
```

0 commit comments

Comments
 (0)